MindFusion.Wpf Pack Programmer's Guide
ReadOnlyDiagramItemCollection Constructor
See Also
 





Initializes a new instance of the ReadOnlyDiagramItemCollection class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ReadOnlyDiagramItemCollection (
    DiagramItemCollection innerCollection
)

Visual Basic  Copy Code

Public New ( _
    innerCollection As DiagramItemCollection _
)

 Parameters

innerCollection
A DiagramItemCollection object that represents the collection to wrap.

 See Also

ReadOnlyDiagramItemCollection Class
MindFusion.Diagramming.Wpf Namespace