Example #1
0
 public ulong ReadUint64()
 {
     CheckType(DebugSerializeType.Uint64, 64);
     return(bitStream.ReadUint64());
 }