Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

DictionaryBase<(Of <(<'TKey, TValue>)>)>..::..Add Method (KeyValuePair<(Of <(<'TKey, TValue>)>)>)

Adds a key-value pair to the collection. This implementation calls the Add method with the Key and Value from the item.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public void Add(
	KeyValuePair<TKey, TValue> item
)
Public Sub Add ( _
	item As KeyValuePair(Of TKey, TValue) _
)
public:
void Add(
	KeyValuePair<TKey, TValue>^ item
)

Parameters

item
Type: KeyValuePair<(Of <(<'TKey, TValue>)>)>
A KeyValuePair contains the Key and Value to add.