Note
This member is available in .NET Core 3.0/.NET Standard 2.1 and above.
public Array2D<T> this[
Index z
] {
get;
}Public ReadOnly Default Property Item (
z As Index
) As Array2D(Of T)
Getpublic:
property Array2D<T> default[Index z] {
Array2D<T> get (Index z);
}member Item : Array2D<'T> with
get| ArgumentOutOfRangeException | z is out of range. |