[]
Moves an item from the specified position to the new one.
public override Task MoveAsync(int fromIndex, int toIndex, CancellationToken cancellationToken)
Type | Name | Description |
---|---|---|
int | fromIndex | From index. |
int | toIndex | To index. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task |