MoveRange Method
Moves multiple items to a new index.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void MoveRange(
	int oldIndex,
	int count,
	int newIndex
)
Public Sub MoveRange ( 
	oldIndex As Integer,
	count As Integer,
	newIndex As Integer
)
abstract MoveRange : 
        oldIndex : int * 
        count : int * 
        newIndex : int -> unit 
override MoveRange : 
        oldIndex : int * 
        count : int * 
        newIndex : int -> unit 
Parameters
- Int32
- The first index of the items to move.
- Int32
- The number of items to move.
- Int32
- The index to move the items to.