[]
        
(Showing Draft Content)

C1.DataCollection.ISupportEditing-1.MoveAsync

MoveAsync Method

MoveAsync(int, int, CancellationToken)

Moves an item from the specified fromIndex to toIndex.

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

From index.

int toIndex

To index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task