[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.RemoveRangeAsync

RemoveRangeAsync Method

RemoveRangeAsync(int, int, CancellationToken)

Removes the items at the specified startingIndex from the collection.

Declaration
public override Task RemoveRangeAsync(int index, int count, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int index
int count

The number of items to be removed.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Overrides