Search
CollectionBase(T).Add Method
See Also
 





Adds an object to the end of the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract void Add (
    T item
)

Visual Basic  Copy Code

Public MustOverride Sub Add( _
    item As T _
)

 Parameters

item

The object to be added to the end of the collection.

 See Also