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

Adds an item to the dictionary. />.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


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

Parameters

item
Type: KeyValuePair<(Of <(<'TKey, TValue>)>)>
The object to add to the dictionary.