Array2DRowEnumerable<T>.Enumerator(T[,], Int32) Constructor
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.
public Enumerator (T[,] array, int row);
new Microsoft.Toolkit.HighPerformance.Enumerables.Array2DRowEnumerable<'T>.Enumerator : 'T[,] * int -> Microsoft.Toolkit.HighPerformance.Enumerables.Array2DRowEnumerable<'T>.Enumerator
Public Sub New (array As T(,), row As Integer)
Parameters
- array
- T[,]
- row
- Int32