OrderedDictionary<(Of <(<'TKey, TValue>)>)>..::..Add Method
Adds a new key and value to the dictionary. If the dictionary already contains
a key equal to the passed key, then an ArgumentException is thrown
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
public void Add( TKey key, TValue value )
Public Sub Add ( _ key As TKey, _ value As TValue _ )
public: void Add( TKey key, TValue value )