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()