MindFusion.Wpf Pack Programmer's Guide
CommandCollection.RemoveRange Method
See Also
 





Removes the specified number of commands from the collection starting at the specified index.

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

 Syntax

C#  Copy Code

public void RemoveRange (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub RemoveRange( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

count

 See Also

CommandCollection Members
CommandCollection Class
MindFusion.Diagramming.Wpf.Commands Namespace