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