[]
        
(Showing Draft Content)

C1.DataCollection.ISupportRangeEditing-1.RemoveRangeAsync

RemoveRangeAsync Method

RemoveRangeAsync(int, int, CancellationToken)

Removes the items at the specified startingIndex from the collection.

Declaration
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