'Declaration
Public Overrides Function InsertAsync( _ ByVal index As Integer, _ ByVal addedItem As Object _ ) As Task(Of Integer)
Parameters
- index
- The index where the item will be inserted.
- addedItem
- The item to be inserted.
'Declaration
Public Overrides Function InsertAsync( _ ByVal index As Integer, _ ByVal addedItem As Object _ ) As Task(Of Integer)