Search
ContainerNode.LoadFrom Method
See Also
 





Deserializes the object from the specified reader.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void LoadFrom (
    BinaryReader reader,
    PersistContext context
)

Visual Basic  Copy Code

Protected Overrides Sub LoadFrom( _
    reader As BinaryReader, _
    context As PersistContext _
)

 Parameters

reader
A BinaryReader object from which to read the item's data.
context
A PersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also