Array2DColumnEnumerable<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.
An enumerator for a source 2D array instance.
public ref struct Array2DColumnEnumerable<T>.Enumerator
type Array2DColumnEnumerable<'T>.Enumerator = struct
Public Structure Array2DColumnEnumerable(Of T).Enumerator
Type Parameters
- T
- Inheritance
-
Array2DColumnEnumerable<T>.Enumerator
Constructors
Array2DColumnEnumerable<T>.Enumerator(T[,], Int32) |
Initializes a new instance of the Array2DColumnEnumerable<T>.Enumerator struct. |
Properties
Current |
Gets the duck-typed Current property. |
Methods
MoveNext() |
Implements the duck-typed MoveNext() method. |