示例#1
0
 public ushort ReadUint16()
 {
     CheckType(DebugSerializeType.Uint16, 16);
     return(bitStream.ReadUint16());
 }