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