MercurialCommandHookDictionary.

Remove(string) Method

Summary

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

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.