Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

MultiDictionaryBase<(Of <(<'TKey, TValue>)>)>..::..Remove Method

Overload List


  Name Description
Public method Remove(TKey)
Removes a key from the dictionary. This method must be overridden in the derived class.
Public method Remove(TKey, TValue)
Removes a key-value pair from the dictionary. This method must be overridden in the derived class.
Public method 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.