Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyMultiDictionaryBase<(Of <(<'TKey, TValue>)>)> Methods

The ReadOnlyMultiDictionaryBase<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Methods


  Name Description
Public method Contains(TKey, TValue)
Determines if this dictionary contains a key-value pair equal to key and value. The dictionary is not changed. This method must be overridden in the derived class.
Public method Contains(KeyValuePair<(Of <<'(TKey, ICollection<(Of <<'(TValue>)>>)>)>>))
Determines if this dictionary contains the given key and all of the values associated with that key..
Public method ContainsKey
Determines whether a given key is found in the dictionary.
Public method GetEnumerator
Enumerate all the keys in the dictionary, and for each key, the collection of values for that key.
Public method ToString
Shows the string representation of the dictionary. The string representation contains a list of the mappings in the dictionary.