Search
ReadOnlyDiagramItemCollection Constructor
See Also
 





Initializes a new instance of the ReadOnlyDiagramItemCollection class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ReadOnlyDiagramItemCollection (
    DiagramItemCollection innerCollection
)

Visual Basic  Copy Code

Public New ( _
    innerCollection As DiagramItemCollection _
)

 Parameters

innerCollection

DiagramItemCollection object that represents the collection to wrap.

 Remarks

A DiagramItemCollection object that represents the collection to wrap.

 See Also