Click or drag to resize

MultiValueDictionary<TKey, TValue>.Add Method

Overload List
  NameDescription
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from Dictionary<TKey, HashSet<TValue>>.)
Public methodAdd(TKey, TValue)
Adds the specified value under the specified key
Top
See Also