







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Remove(TKey) |
Removes a key from the dictionary. This method must be overridden in the derived class.
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.) |
![]() | Remove(TKey, TValue) |
Removes a given value from the values associated with a key. If the
last value is removed from a key, the key is removed also.
(Overrides MultiDictionaryBase<(Of <TKey, TValue>)>..::Remove(TKey, TValue).) |