SerializationExtensions::Write Method (BinaryWriter^, Nullable<UInt16>)
Visual Studio 2015
Writes a ushort? to writer.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static void Write( BinaryWriter^ writer, Nullable<unsigned short> value )
Parameters
- writer
-
Type:
System.IO::BinaryWriter^
The writer.
- value
-
Type:
System::Nullable<UInt16>
The value to write.
Show: