示例#1
0
 protected internal override unsafe long _GetLongLE(int index)
 {
     fixed(byte *addr = &this.Addr(index))
     return(UnsafeByteBufferUtil.GetLongLE(addr));
 }
 protected internal override long _GetLongLE(int index) => UnsafeByteBufferUtil.GetLongLE(this.Addr(index));