Click or drag to resize
OrderedMultiDictionaryTKey, TValueRemove Method
Overload List
  NameDescription
Public methodRemove(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.)
Public methodRemove(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).)
Public methodRemove(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).)
Top
See Also