示例#1
0
 public IList <T> GetRow(int index)
 {
     return(_storage.GetRow(index));
 }