Array2DTItem(Int32) Property
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public ArraySection<T> this[
int y
] {
get;
}
Public ReadOnly Default Property Item (
y As Integer
) As ArraySection(Of T)
Get
public:
property ArraySection<T> default[int y] {
ArraySection<T> get (int y);
}
member Item : ArraySection<'T> with
get
- y Int32
- The index of the row to obtain.
ArraySectionTAn
ArraySectionT instance that represents a row of this
Array2DT instance.