Summary
Always throws
System.NotSupportedException
since this MercurialCommandHookDictionary
is read-only.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Hooks - Containing Type
- Mercurial
Command Hook Dictionary
Syntax
public void Add(KeyValuePair<string, object> item)
Parameters
Name | Type | Description |
---|---|---|
item | KeyValuePair |
The object to add to the MercurialCommandHookDictionary .
|
Return Value
Type | Description |
---|---|
void |