The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableDictionary<TKey, TValue>::GetEnumerator Method ()
Returns an enumerator that iterates through the immutable dictionary.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Return Value
Type: System.Collections.Immutable::ImmutableDictionary<TKey, TValue>::EnumeratorAn enumerator that can be used to iterate through the dictionary.
Show: