Share via


SerializationExtensions.ReadNullableInt16(BinaryReader) Method

Definition

Reads a short? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<short> ReadNullableInt16(System::IO::BinaryReader ^ reader);
public static short? ReadNullableInt16 (this System.IO.BinaryReader reader);
static member ReadNullableInt16 : System.IO.BinaryReader -> Nullable<int16>
<Extension()>
Public Function ReadNullableInt16 (reader As BinaryReader) As Nullable(Of Short)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable short.

Applies to