DiagramLite Programmer's Guide
CollectionBase(T, E).RemoveAt Method
See Also
 





Removes the element at the specified index of the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The zero-based index of the element to remove.

 See Also

CollectionBase(T, E) Members
CollectionBase(T, E) Class
MindFusion.Diagramming Namespace