Ejemplo n.º 1
0
 public override bool TryPeekPointer(EndianImageReader rdr, out ulong target)
 {
     return(rdr.TryPeekBeUInt64(0, out target));
 }