[]
Removes the items at the specified index from the collection.
public static Task RemoveRangeAsync<T>(this IDataCollection<T> dataCollection, int startingIndex, int count, CancellationToken cancellationToken = default) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| int | startingIndex | The index of the items that will be removed. |
| int | count | The number of items to be removed. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |