Search
ContainerNode Constructor (ContainerNode)
See Also
 






Initializes a new instance of the ContainerNode class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ContainerNode (
    ContainerNode prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As ContainerNode _
)

 Parameters

prototype

The item to use as a prototype. The properties of the new item are initialized from the property values of this item.

 Remarks

This constructor copies the ContainerNode property values from the specified prototype node.

 See Also