[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.MoveRangeAsync

MoveRangeAsync Method

MoveRangeAsync(int, int, int, CancellationToken)

Moves the items starting at the specified fromIndex to toIndex.

Declaration
public virtual Task MoveRangeAsync(int fromIndex, int count, int toIndex, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int fromIndex

From index.

int count

The number of items to be moved.

int toIndex

To index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements