[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.RemoveAsync

RemoveAsync Method

RemoveAsync(int, CancellationToken)

Declaration
public Task RemoveAsync(int index, CancellationToken cancellationToken)
Public Function RemoveAsync(index As Integer, cancellationToken As CancellationToken) As Task
Parameters
Type Name Description
int index
CancellationToken cancellationToken
Returns
Type Description
Task