FrozenDictionary<TKey,TValue>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the dictionary.

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

Returns

An enumerator that iterates through the dictionary.

Applies to