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: