Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Add Method (KeyValuePair<(Of <(<'ValueTuple<(Of <(<'TKey1, TKey2>)>)>, TValue>)>)>)

Adds an item to the [ICollection{T}].

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

Syntax


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

Parameters

item
Type: KeyValuePair<(Of <(<'ValueTuple<(Of <(<'TKey1, TKey2>)>)>, TValue>)>)>
The object to add to the [ICollection{T}].