ImmutableList<T>.Builder.GetEnumerator Método
Definição
Retorna um enumerador que itera pela coleção.Returns an enumerator that iterates through the collection.
public:
System::Collections::Immutable::ImmutableList<T>::Enumerator GetEnumerator();
public System.Collections.Immutable.ImmutableList<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Immutable.ImmutableList<'T>.Enumerator
Public Function GetEnumerator () As ImmutableList(Of T).Enumerator
Retornos
Um enumerador que pode ser usado para iterar na lista.An enumerator that can be used to iterate through the list.