Array2DTItem(Int32) Property

Gets a row of the Array2DT as an ArraySectionT instance.

Definition

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

Parameters

y  Int32
The index of the row to obtain.

Return Value

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

Exceptions

ArgumentOutOfRangeExceptiony is out of range.

See Also