예제 #1
0
 private TextValue ReadChar()
 {
     return(Values.charValue(( char )PropertyBlock.fetchShort(CurrentBlock())));
 }