SerializationExtensions.ReadNullableInt64(BinaryReader) Method

Definition

Reads a long? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<long> ReadNullableInt64(System::IO::BinaryReader ^ reader);
public static long? ReadNullableInt64 (this System.IO.BinaryReader reader);
static member ReadNullableInt64 : System.IO.BinaryReader -> Nullable<int64>
<Extension()>
Public Function ReadNullableInt64 (reader As BinaryReader) As Nullable(Of Long)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable long.

Applies to