public Array2D<T> this[
int z
] {
get;
}Public ReadOnly Default Property Item (
z As Integer
) As Array2D(Of T)
Getpublic:
property Array2D<T> default[int z] {
Array2D<T> get (int z);
}member Item : Array2D<'T> with
get| ArgumentOutOfRangeException | z is out of range. |