'Declaration
<AsyncStateMachineAttribute(C1.CollectionView.C1GroupCollectionView`1/d__32)> Public Overrides Function InsertAsync( _ ByVal index As Integer, _ ByVal addedItem As Object _ ) As Task(Of Integer)
'Usage
Dim instance As C1GroupCollectionView(Of S) 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.