[]
Gets or sets the value of element at special location.
public T this[int row, int column] { get; set; }
Type | Name | Description |
---|---|---|
int | row | |
int | column |
Type | Description |
---|---|
T | A T indicates the element value. |
Note: The row and column are base on zero.