MercurialCommandHookDictionary.

Add(KeyValuePair<string, object>) Method

Summary

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

Syntax

public void Add(KeyValuePair<string, object> item)

Parameters

Name Type Description
item KeyValuePair<TKey, TValue> The object to add to the MercurialCommandHookDictionary.

Return Value

Type Description
void