ReadOnlySpan2D<T>.Enumerator Struct
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.
Provides an enumerator for the elements of a ReadOnlySpan2D<T> instance.
public ref struct ReadOnlySpan2D<T>.Enumerator
type ReadOnlySpan2D<'T>.Enumerator = struct
Public Structure ReadOnlySpan2D(Of T).Enumerator
Type Parameters
- T
- Inheritance
-
ReadOnlySpan2D<T>.Enumerator
Properties
Current |
Gets the duck-typed Current property. |
Methods
MoveNext() |
Implements the duck-typed MoveNext() method. |