コード例 #1
0
 protected ushort ReadUShort(BinaryMemoryReader reader)
 {
     return(reader.ReadUInt16());
 }