Inserts an element into the collection at the specified index.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract void Insert ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub Insert( _ |
The zero-based index at which item should be inserted.
The object to insert.
See Also