SerializationExtensions::ReadNullableUInt64 Method (BinaryReader^)

Visual Studio 2015
 

Reads a ulong? from reader.

Namespace:   Microsoft.VisualStudio.Utilities
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.

Return Value

Type: System::Nullable<UInt64>

The nullable unsigned long.

Return to top
Show: