Search
BinarySerializationContext.WriteULong Method
See Also
 





Writes an unsigned long value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteULong (
    ulong ulongValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteULong( _
    ulongValue As ULong, _
    writer As BinaryWriter _
)

 Parameters

ulongValue
The unsigned long value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also