Search
BinarySerializationContext.WriteHashtable Method
See Also
 





Writes the specified hashtable.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void WriteHashtable (
    Hashtable hashtable,
    BinaryWriter writer
)

Visual Basic  Copy Code

Public Sub WriteHashtable( _
    hashtable As Hashtable, _
    writer As BinaryWriter _
)

 Parameters

hashtable
The .NET Hashtable object to write.
writer
A .NET BinaryWriter to write the hashtable to.

 See Also