[]
        
(Showing Draft Content)

C1.DataCollection.ISupportEditing-1.RemoveAsync

RemoveAsync Method

RemoveAsync(int, CancellationToken)

Removes the item at the specified index from the collection.

Declaration
Task RemoveAsync(int index, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int index

The index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task