コード例 #1
0
 protected bool ReadBool(BinaryMemoryReader reader)
 {
     return(reader.ReadBoolean());
 }