[]
Removes the items at the specified startingIndex from the collection.
public override Task RemoveRangeAsync(int index, int count, CancellationToken cancellationToken = default)
| Type | Name | Description |
|---|---|---|
| int | index | |
| int | count | The number of items to be removed. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |