Array2DTItem(Index) Property

Gets a row of the Array2DT as an ArraySectionT instance.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public ArraySection<T> this[
	Index y
] {
	get;
 }

Parameters

y  Index
The index of the row to obtain.

Return Value

ArraySectionT
An ArraySectionT instance that represents a row of this Array2DT instance.

Remarks

  Note

This member is available in .NET Core 3.0/.NET Standard 2.1 and above.

See Also