SerializationExtensions.ReadNullableUInt16(BinaryReader) Method

Definition

Reads a ushort? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<System::UInt16> ReadNullableUInt16(System::IO::BinaryReader ^ reader);
public static ushort? ReadNullableUInt16 (this System.IO.BinaryReader reader);
static member ReadNullableUInt16 : System.IO.BinaryReader -> Nullable<uint16>
<Extension()>
Public Function ReadNullableUInt16 (reader As BinaryReader) As Nullable(Of UShort)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable unsigned short.

Applies to