MultiValueDictionary<TKey, TValue>.Remove Method |
Name | Description | |
---|---|---|
![]() | Remove(TKey) | Removes the value with the specified key from the Dictionary<TKey, TValue>. (Inherited from Dictionary<TKey, HashSet<TValue>>.) |
![]() | Remove(TKey, TValue) |
Removes the specified value for the specified key. It will leave the key in the dictionary.
|