ImmutableSortedDictionary<TKey,TValue>.Builder.GetEnumerator Método

Definición

Devuelve un enumerador que recorre en iteración el diccionario ordenado inmutable.

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

Devoluciones

Enumerador que puede usarse para recorrer en iteración el diccionario.

Se aplica a