MultiDictionaryBaseTKey, 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.
(Overrides CollectionBaseTRemove(T).) |
![]() | Remove(TKey) |
Removes a key from the dictionary. This method must be overridden in the derived class.
|
![]() | Remove(TKey, TValue) |
Removes a key-value pair from the dictionary. This method must be overridden in the derived class.
|