SerializationExtensions::ReadNullableInt32 Method (BinaryReader^)

Visual Studio 2015
 

Reads a int? from reader.

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

public:
[ExtensionAttribute]
static Nullable<int> ReadNullableInt32(
	BinaryReader^ reader
)

Parameters

reader
Type: System.IO::BinaryReader^

The reader.

Return Value

Type: System::Nullable<Int32>

The nullable int.

Return to top
Show: