示例#1
0
 public override T At(int row, int column)
 {
     return(_matrixStorage.At(row, column));
 }