Click or drag to resize

MultiValueHashtable<TKey, TValue>.Add Method

Overload List
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<TKey, UniqueValueList<TValue>>.)
Public methodAdd(TKey, ICollection<TValue>)
Adds the objects as values for the specified key.
Public methodAdd(TKey, TValue)
Adds an element with the specified key and value to the set.
Top
See Also