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