NonGenericDictionary.Add

NonGenericDictionary.Add method

Adds an element with the provided key and value to the IDictionary object.

public void Add(object key, object value)
ParameterTypeDescription
keyObjectThe Object to use as the key of the element to add.
valueObjectThe Object to use as the value of the element to add.

See Also