Exemplo n.º 1
0
 /// <summary>
 /// Reads a 64-bit unsigned integer.
 /// </summary>
 /// <param name="name">Unused by the <see cref="BinaryValueReader"/>.</param>
 /// <returns>Value read from the reader.</returns>
 public ulong ReadULong(string name)
 {
     return(_reader.ReadULong());
 }