Example #1
0
 public virtual byte GetByte(int i)
 {
     return(_mappingSchema.ConvertToByte(_values[i]));
 }
 public byte GetByte(int i)
 {
     return(_schema.ConvertToByte(_reader.GetValue(i)));
 }