ReadOnlySpan2D<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.
Returns an enumerator for the current ReadOnlySpan2D<T> instance.
public Microsoft.Toolkit.HighPerformance.ReadOnlySpan2D<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.Toolkit.HighPerformance.ReadOnlySpan2D<'T>.Enumerator
Public Function GetEnumerator () As ReadOnlySpan2D(Of T).Enumerator
Returns
An enumerator that can be used to traverse the items in the current ReadOnlySpan2D<T> instance