[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.RemoveRangeAsync

RemoveRangeAsync Method

RemoveRangeAsync(int, int, CancellationToken)

Removes the items at the specified startingIndex from the collection.

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

The index.

int count

The number of items to be removed.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Implements