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