Method IEnumerable<KeyValuePair<TKey, IList<TValue>>>.GetEnumerator
IEnumerable<KeyValuePair<TKey, IList<TValue>>>.GetEnumerator()
Returns an enumerator that iterates through the value lists in the dictionary.
Declaration
IEnumerator<KeyValuePair<TKey, IList<TValue>>> IEnumerable<KeyValuePair<TKey, IList<TValue>>>.GetEnumerator()Returns
| Type | Description | 
|---|---|
| IEnumerator<KeyValuePair<TKey, IList<TValue>>> | 
