public double this[
int row,
int column
] { get; set; }
Public Default Property Item (
row As Integer,
column As Integer
) As Double
Get
Set
public:
property double default[int row, int column] {
double get (int row, int column);
void set (int row, int column, double value);
}
member Item : float with get, set