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