Exemplo n.º 1
0
 protected internal override unsafe long _GetLong(int index)
 {
     fixed(byte *addr = &this.Addr(index))
     return(UnsafeByteBufferUtil.GetLong(addr));
 }
 protected internal override long _GetLong(int index) => UnsafeByteBufferUtil.GetLong(this.Addr(index));