SerializationExtensions.ReadNullableInt16(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.