예제 #1
0
 private BooleanValue ReadBoolean()
 {
     return(Values.booleanValue(PropertyBlock.fetchByte(CurrentBlock()) == 1));
 }
예제 #2
0
 private ByteValue ReadByte()
 {
     return(Values.byteValue(PropertyBlock.fetchByte(CurrentBlock())));
 }