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