Method ReadULong
ReadULong(BinaryReader)
Reads a single ulong.
Declaration
public static ulong ReadULong(this BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader | The BinaryReader to read from. |
Returns
| Type | Description |
|---|---|
| ulong | The read data. |