Esempio n. 1
0
 public virtual char GetChar(int i)
 {
     return(_mappingSchema.ConvertToChar(_values[i]));
 }
 public override Char GetChar(object o, int index)
 {
     return(MappingSchema.ConvertToChar(GetValue(o, Index)));
 }