SerializationExtensions::ReadNullableInt16 Method (BinaryReader^)

Visual Studio 2015
 

Reads a short? from reader.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static Nullable<short> ReadNullableInt16(
	BinaryReader^ reader
)

Parameters

reader
Type: System.IO::BinaryReader^

The reader.

Return Value

Type: System::Nullable<Int16>

The nullable short.

Return to top
Show: