Removes the element at the specified index of the collection.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public abstract void RemoveAt ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Sub RemoveAt( _ |
The zero-based index of the element to remove.
See Also