ImmutableDictionary<TKey, TValue>::GetEnumerator Method ()

 

Returns an enumerator that iterates through the immutable dictionary.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
ImmutableDictionary<TKey, TValue>::Enumerator GetEnumerator()

Return Value

Type: System.Collections.Immutable::ImmutableDictionary<TKey, TValue>::Enumerator

An enumerator that can be used to iterate through the dictionary.

Return to top
Show: