[]
Moves the items starting at the specified fromIndex
to toIndex
.
public Task MoveRangeAsync(int fromIndex, int count, int toIndex, CancellationToken cancellationToken = default)
Type | Name | Description |
---|---|---|
int | fromIndex | From index. |
int | count | The number of items to be moved. |
int | toIndex | To index. |
CancellationToken | cancellationToken | The cancellation token. |
Type | Description |
---|---|
Task |