Search
DiagramItemCollection.Clone Method
See Also
 






Creates a shallow copy of this collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItemCollection Clone ()

Visual Basic  Copy Code

Public Function Clone () As DiagramItemCollection

 Return Value

An instance of the DiagramItemCollection class.

 See Also