DiagramLite Programmer's Guide
CollectionBase(T, E) Constructor (CollectionBase(T, E))
See Also
 





Initializes a new instance of the CollectionBase class.

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

 Syntax

C#  Copy Code

public CollectionBase<T, E> (
    CollectionBase<T, E> prototype
)

Visual Basic  Copy Code

Public New (Of T, E) ( _
    prototype As CollectionBase(Of T, E) _
)

 Parameters

prototype

 See Also

CollectionBase(T, E) Constructor Overload List
CollectionBase(T, E) Class
MindFusion.Diagramming Namespace