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 bool Remove(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the element to remove. |
Return Value
Type | Description |
---|---|
bool |
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original MercurialCommandHookDictionary .
|