Inserts an element into the collection at the specified index.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# 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.