Click or drag to resize

FastDictionaryTKey, TValueAdd Method (TKey, 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(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key of the element to add.
value
Type: TValue
The value of the element to add. The value can be null for reference types.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
See Also