MercurialCommandHookDictionary.

Remove(KeyValuePair<string, object>) Method

Summary

Always throws System.NotSupportedException since this MercurialCommandHookDictionary is read-only.

Syntax

public bool Remove(KeyValuePair<string, object> item)

Parameters

Name Type Description
item KeyValuePair<TKey, TValue> 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.