ImmutableDictionary<TKey,TValue>.Builder.GetEnumerator Method

Definition

Returns an enumerator that iterates through the immutable dictionary.

public:
 System::Collections::Immutable::ImmutableDictionary<TKey, TValue>::Enumerator GetEnumerator();
public System.Collections.Immutable.ImmutableDictionary<TKey,TValue>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Immutable.ImmutableDictionary<'Key, 'Value>.Enumerator
Public Function GetEnumerator () As ImmutableDictionary(Of TKey, TValue).Enumerator

Returns

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

Applies to