[]
Moves the number of items specified by count
from oldIndex
to newIndex
.
public void MoveRange(int oldIndex, int newIndex, int count)
Type | Name | Description |
---|---|---|
int | oldIndex | The starting index where the items to be moved are. |
int | newIndex | The index where the items will be moved. |
int | count | The number of items to move. |