MultiDictionaryBaseTKey, TValueRemoveMany Method |
Name | Description | |
---|---|---|
![]() | RemoveMany(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.
|
![]() | RemoveMany(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.
|