MindFusion.Wpf Pack Programmer's Guide
CollectionBase(T).RemoveAt Method
See Also
 





Removes the element at the specified index of the collection.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

CollectionBase(T) Members
CollectionBase(T) Class
MindFusion.Diagramming.Wpf Namespace