ASP.NET Pack Programmer's Guide
Header.LoadFrom Method
See Also
 





Deserializes the object from the specified reader.

Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void LoadFrom (
    BinaryReader reader,
    PersistContext ctx
)

Visual Basic  Copy Code

Protected Overridable Sub LoadFrom( _
    reader As BinaryReader, _
    ctx As PersistContext _
)

 Parameters

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

 See Also

Header Members
Header Class
MindFusion.Diagramming.Lanes Namespace