Search
BinarySerializationContext.WriteByte Method
See Also
 





Write a byte value to the stream.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteByte (
    byte byteValue,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteByte( _
    byteValue As Byte, _
    writer As BinaryWriter _
)

 Parameters

byteValue
The byte value to write.
writer
A .NET BinaryWriter to write the value to.

 See Also