Click or drag to resize

FastDictionaryTKey, TValueAdd Method (KeyValuePairTKey, TValue)

Adds the specified key and value to the dictionary.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue
The key and value to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also