'Declaration
<AsyncStateMachineAttribute(C1.CollectionView.C1SortCollectionView`1/d__19)> Public Overrides Function InsertAsync( _ ByVal index As Integer, _ ByVal addedItem As Object _ ) As Task(Of Integer)
'Usage
Dim instance As C1SortCollectionView(Of T) Dim index As Integer Dim addedItem As Object Dim value As Task(Of Integer) value = instance.InsertAsync(index, addedItem)
Parameters
- index
- The index where the item will be inserted.
- addedItem
- The item to be inserted.