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