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