ReadOnlySpanEnumerable<T>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the duck-typed GetEnumerator() method.
public Microsoft.Toolkit.HighPerformance.Enumerables.ReadOnlySpanEnumerable<T> GetEnumerator ();
public readonly Microsoft.Toolkit.HighPerformance.Enumerables.ReadOnlySpanEnumerable<T> GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.Toolkit.HighPerformance.Enumerables.ReadOnlySpanEnumerable<'T>
Public Function GetEnumerator () As ReadOnlySpanEnumerable(Of T)
Returns
An ReadOnlySpanEnumerable<T> instance targeting the current ReadOnlySpan<T> value.