DiagramLite Programmer's Guide
ItemCollectionBase(T) Constructor (ItemCollectionBase(T))
See Also
 





Initializes a new instance of the ItemCollectionBase class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public ItemCollectionBase<T> (
    ItemCollectionBase<T> prototype
)

Visual Basic  Copy Code

Public New (Of T) ( _
    prototype As ItemCollectionBase(Of T) _
)

 Parameters

prototype

 See Also

ItemCollectionBase(T) Constructor Overload List
ItemCollectionBase(T) Class
MindFusion.Diagramming Namespace