Search
DiagramItemCollection Constructor (DiagramItemCollection)
See Also
 






Initializes a new instance of the DiagramItemCollection class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItemCollection (
    DiagramItemCollection prototype
)

Visual Basic  Copy Code

Public New ( _
    prototype As DiagramItemCollection _
)

 Parameters

prototype

DiagramItemCollection object used as a prototype for this instance.

 See Also