Esempio n. 1
0
 public short ReadShort()
 {
     return(LBitConverter.ToInt16(m_ReadBytes.GetBytes(), ref m_Offset));
 }