Span2D<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 Span2D<T> instance.
public ref struct Span2D<T>.Enumerator
type Span2D<'T>.Enumerator = struct
Public Structure Span2D(Of T).Enumerator
Type Parameters
- T
- Inheritance
-
Span2D<T>.Enumerator
Properties
Current |
Gets the duck-typed Current property. |
Methods
MoveNext() |
Implements the duck-typed MoveNext() method. |