Esempio n. 1
0
 public UInt64 ReadUInt64()
 {
     return(Binary.ReadUInt64(ref this._data, ref this._offset, this._endianness));
 }