SerializationExtensions::Write Method (BinaryWriter^, Nullable<Int16>)

Visual Studio 2015
 

Writes a short? to writer.

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

public:
[ExtensionAttribute]
static void Write(
	BinaryWriter^ writer,
	Nullable<short> value
)

Parameters

writer
Type: System.IO::BinaryWriter^

The writer.

value
Type: System::Nullable<Int16>

The value to write.

Return to top
Show: