Search
BinarySerializationContext.WriteShort Method
See Also
 





Writes a short value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteShort (
    short shortValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteShort( _
    shortValue As Short, _
    writer As BinaryWriter _
)

 Parameters

shortValue
The short value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also