Exemple #1
0
 /// <summary>
 /// Reads a Unsigned Integer of 64bits
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read ulong</returns>
 public ulong ReadUInt64()
 {
     return(UR.ReadUInt64());
 }