[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionViewDataCollection.InsertAsync

InsertAsync Method

InsertAsync(int, object?, CancellationToken)

Declaration
public Task<int> InsertAsync(int index, object? item, CancellationToken cancellationToken)
Public Function InsertAsync(index As Integer, item As Object, cancellationToken As CancellationToken) As Task(Of Integer)
Parameters
Type Name Description
int index
object item
CancellationToken cancellationToken
Returns
Type Description
Task<int>