Search
ItemCollectionBase(T).Add Method
See Also
 





Adds the specified diagram item to the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Add (
    T item
)

Visual Basic  Copy Code

Public Overrides Sub Add( _
    item As T _
)

 Parameters

item

The DiagramItem object to add to the collection.

 See Also