| 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
)
Public Sub Add (
item As TItem
)
public:
virtual void Add(
TItem item
) sealed
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