Bearbeiten

Freigeben über


ReadOnlyRefEnumerable<T>.GetEnumerator Method

Definition

Returns an enumerator that iterates through a collection.

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

Returns

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

Applies to