Пример #1
0
 public bool TryReadBeInt64(out long value)
 {
     if (!LoadedImage.TryReadBeInt64(this.bytes, off, out value))
     {
         return(false);
     }
     off += 8;
     return(true);
 }