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