Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Add Method (TKey1, TKey2, TValue)
Adds an element with the provided key and value to the [IDictionary{TKey,TValue}].
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public void Add( TKey1 key1, TKey2 key2, TValue value )
Public Sub Add ( _ key1 As TKey1, _ key2 As TKey2, _ value As TValue _ )