| OrderedMultiDictionaryTKey, TValueRemove Method |
| Name | Description | |
|---|---|---|
| Remove(KeyValuePairTKey, ICollectionTValue) |
Removes a set of values from a given key. If all values associated with a key are
removed, then the key is removed also.
(Inherited from MultiDictionaryBaseTKey, TValue.) | |
| Remove(TKey) |
Removes a key and all associated values from the dictionary. If the
key is not present in the dictionary, it is unchanged and false is returned.
(Overrides MultiDictionaryBaseTKey, TValueRemove(TKey).) | |
| Remove(TKey, TValue) |
Removes a given value from the values associated with a key. If the
last value is removed from a key, the key is removed also.
(Overrides MultiDictionaryBaseTKey, TValueRemove(TKey, TValue).) |