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