Ejemplo n.º 1
0
 protected internal override short _GetShortLE(int index) => UnsafeByteBufferUtil.GetShortLE(this.Addr(index));
Ejemplo n.º 2
0
 protected internal override short _GetShortLE(int index)
 {
     fixed(byte *addr = &this.Addr(index))
     return(UnsafeByteBufferUtil.GetShortLE(addr));
 }
 protected internal sealed override short _GetShortLE(int index)
 {
     fixed (byte* addr = &Addr(index))
         return UnsafeByteBufferUtil.GetShortLE(addr);
 }
Ejemplo n.º 4
0
 protected internal sealed override short _GetShortLE(int index) => UnsafeByteBufferUtil.GetShortLE(Addr(index));