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