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