Search
CollectionBase(T).RemoveAt Method
See Also
 





Removes the element at the specified index of the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public abstract void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public MustOverride Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The zero-based index of the element to remove.

 See Also