'Declaration Function RemoveRangeAsync( _ ByVal startingIndex As Integer, _ ByVal count As Integer, _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
Task RemoveRangeAsync( int startingIndex, int count, CancellationToken cancellationToken )
Parameters
- startingIndex
- The index.
- count
- The number of items to be removed.
- cancellationToken
- The cancellation token.