Click or drag to resize
MultiValueHashtableTKey, TValueAdd Method
Overload List
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryTKey, UniqueValueListTValue.)
Public methodAdd(TKey, ICollectionTValue)
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