예제 #1
0
 public short GetInt16(long rowID)
 {
     return(_storage.ReadInt16(rowID * _sizeBytes));
 }