Search
DiagramLinkCollection.Clone Method
See Also
 





Creates a shallow copy of this collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection Clone ()

Visual Basic  Copy Code

Public Function Clone () As DiagramLinkCollection

 Return Value

An instance of the DiagramLinkCollection class.

 See Also