Search
CollectionBase(T, E).Add Method
See Also
 






Adds an item to the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    T item
)

Visual Basic  Copy Code

Public Sub Add( _
    item As T _
)

 Parameters

item

The item to add to the collection.

 See Also