Click or drag to resize

MultiValueDictionary<TKey, TValue>.Remove Method

Overload List
  NameDescription
Public methodRemove(TKey) (Inherited from Dictionary<TKey, HashSet<TValue>>.)
Public methodRemove(TKey, TValue)
Removes the specified value for the specified key. It will leave the key in the dictionary.
Top
See Also