MindFusion.Scheduling for ASP.NET Programmer's Guide
BinarySerializationContext.WriteByte Method
See Also
 





Writes a byte value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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
Type: Byte
The byte value to write.
writer
Type: BinaryWriter
An instance of the System.IO.BinaryWriter class to write to.

 See Also

BinarySerializationContext Members
BinarySerializationContext Class
MindFusion.Scheduling Namespace