MercurialCommandHookDictionary.

Add(string, object) Method

Summary

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

Syntax

public void Add(string key, object value)

Parameters

Name Type Description
key string The object to use as the key of the element to add.
value object The object to use as the value of the element to add.

Return Value

Type Description
void