MultiDictionaryBase<(Of <(<'TKey, TValue>)>)>..::..Remove Method
Overload List
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
Remove(KeyValuePair<(Of <<'(TKey, ICollection<(Of <<'(TValue>)>>)>)>>)) |
Removes a set of values from a given key. If all values associated with a key are
removed, then the key is removed also.
|