Modifica

Condividi tramite


RefEnumerable<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

public Microsoft.Toolkit.HighPerformance.Enumerables.RefEnumerable<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.Toolkit.HighPerformance.Enumerables.RefEnumerable<'T>.Enumerator
Public Function GetEnumerator () As RefEnumerable(Of T).Enumerator

Returns

An IEnumerator object that can be used to iterate through the collection.

Applies to