[]
        
(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)
Function MoveAsync(fromIndex As Integer, toIndex As Integer, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
Type Name Description
int fromIndex

From index.

int toIndex

To index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task