[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.RemoveAsync

RemoveAsync Method

RemoveAsync(int, CancellationToken)

Removes the item at the specified index from the collection.

Declaration
public override Task RemoveAsync(int index, CancellationToken cancellationToken)
Parameters
Type Name Description
int index

The index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Overrides