'Declaration Public Function InsertAsync( _ ByVal index As Integer, _ ByVal item As Object, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of Integer)
public Task<int> InsertAsync( int index, object item, CancellationToken cancellationToken )
Parameters
- index
- item
- cancellationToken