Esempio n. 1
0
 public ulong ReadUInt64()
 {
     return(LBitConverter.ToUInt64(m_ReadBytes.GetBytes(), ref m_Offset));
 }