[]
        
(Showing Draft Content)

C1.DataCollection.C1LengthList.MoveRange

MoveRange Method

MoveRange(int, int, int)

Moves the number of items specified by count from oldIndex to newIndex.

Declaration
public void MoveRange(int oldIndex, int newIndex, int count)
Parameters
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.