Search
TreeItemCollection Constructor (TreeItemCollection)
See Also
 






Initializes a new instance of the TreeItemCollection class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TreeItemCollection (
    TreeItemCollection prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As TreeItemCollection _
)

 Parameters

prototype

 See Also