ImmutableList<T>.Builder.GetEnumerator Method

Definition

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

Returns

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

Applies to