[]
        
(Showing Draft Content)

C1.DataCollection.C1CursorDataCollection-2.MoveAsync

MoveAsync Method

MoveAsync(int, int, CancellationToken)

Moves an item from the specified fromIndex to toIndex.

Declaration
public Task MoveAsync(int fromIndex, int toIndex, CancellationToken cancellationToken)
Parameters
Type Name Description
int fromIndex

From index.

int toIndex

To index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements