Esempio n. 1
0
 /// <summary>
 /// Reads a Unsigned Integer of 32bits
 ///
 /// Advances the position.
 /// </summary>
 /// <returns>the read uint</returns>
 public uint ReadUInt32()
 {
     return(UR.ReadUInt32());
 }