Click or drag to resize
ViewRemove 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 the key (and associated value) from the underlying dictionary of this view. If no key in the view is equal to the passed key, the dictionary and view are unchanged.
(Overrides MultiDictionaryBaseTKey, TValueRemove(TKey).)
Public methodRemove(TKey, TValue)
Removes the key and value from the underlying dictionary of this view. that is equal to the passed in key. If no key in the view is equal to the passed key, or has the given value associated with it, the dictionary and view are unchanged.
(Overrides MultiDictionaryBaseTKey, TValueRemove(TKey, TValue).)
Top
See Also