Click or drag to resize

FastKeyedCollectionTKey, TItemAdd Method

Adds the specified key and value to the dictionary.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax
public void Add(
	TItem item
)

Parameters

item
Type: TItem
The value of the element to add. The value can be null for reference types.

Implements

ICollectionTAdd(T)
Exceptions
See Also