'Declaration Public Overrides Function InsertAsync( _ ByVal index As Integer, _ ByVal addedItem As S, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
public override Task<int> InsertAsync( int index, S addedItem, CancellationToken cancellationToken )
Parameters
- index
- The index where the item will be inserted.
- addedItem
- The item to be inserted.
- cancellationToken
- The cancellation token.