Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Enumerate all the keys in the dictionary, and for each key, the collection of values for that key.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public IEnumerator<KeyValuePair<TKey, ICollection<TValue>>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, ICollection(Of TValue)))
public:
IEnumerator<KeyValuePair<TKey, ICollection<TValue>^>^>^ GetEnumerator()

Return Value

An enumerator to enumerate all the key, ICollection<value> pairs in the dictionary.