Esempio n. 1
0
 public bool ReadBool()
 {
     return(LBitConverter.ToBoolean(m_ReadBytes.GetBytes(), ref m_Offset));
 }