An NDoc Documented Class Library

ObjectMap.Add Method 

Adds a new key and value pair. If key exists then value is applied to existing key.

public void Add(
   int key,
   object value
);

Parameters

key
New key to add.
value
Value for the key.

See Also

ObjectMap Class | GoldParser Namespace