Click or drag to resize
MultiDictionaryBaseTKey, TValueRemoveMany Method
Overload List
  NameDescription
Public methodRemoveMany(IEnumerableTKey)
Remove all of the keys (and any associated values) in a collection of keys. If a key is not present in the dictionary, nothing happens.
Public methodRemoveMany(TKey, IEnumerableTValue)
Removes a collection of values from the values associated with a key. If the last value is removed from a key, the key is removed also.
Top
See Also