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