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