Adds an object to the end of the collection.
Namespace: MindFusion.DiagrammingPackage: MindFusion.Diagramming
public abstract void Add ( T item)
Public MustOverride Sub Add( _ item As T _)
The object to be added to the end of the collection.
CollectionBase(T) MembersCollectionBase(T) ClassMindFusion.Diagramming Namespace