Adds an object to the end of the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract void Add ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub Add( _ |
The object to be added to the end of the collection.
See Also