Click or drag to resize
Accord.NET (logo)

RedBlackTreeDictionaryTKey, TValueAdd Method

Overload List
  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Adds an element with the provided key and value to the dictionary.
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
Top
See Also