Exemplo n.º 1
0
 private ShortValue ReadShort()
 {
     return(Values.shortValue(PropertyBlock.fetchShort(CurrentBlock())));
 }
Exemplo n.º 2
0
 private TextValue ReadChar()
 {
     return(Values.charValue(( char )PropertyBlock.fetchShort(CurrentBlock())));
 }