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(string key, object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The object to use as the key of the element to add. |
| value | object | The object to use as the value of the element to add. |
Return Value
| Type | Description |
|---|---|
| void |