ReadOnlyMultiDictionaryBase<(Of <(<'TKey, TValue>)>)> Methods
The ReadOnlyMultiDictionaryBase<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
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.
|
![]() |
Contains(KeyValuePair<(Of <<'(TKey, ICollection<(Of <<'(TValue>)>>)>)>>)) |
Determines if this dictionary contains the given key and all of the values associated with that key..
|
![]() |
ContainsKey |
Determines whether a given key is found in the dictionary.
|
![]() |
GetEnumerator |
Enumerate all the keys in the dictionary, and for each key, the collection of values for that key.
|
![]() |
ToString |
Shows the string representation of the dictionary. The string representation contains
a list of the mappings in the dictionary.
|