SerializationExtensions::ReadNullableUInt64 Method (BinaryReader^)
Visual Studio 2015
Reads a ulong? from reader.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static Nullable<unsigned long long> ReadNullableUInt64( BinaryReader^ reader )
Parameters
- reader
-
Type:
System.IO::BinaryReader^
The reader.
Show: