'Declaration Function ReplaceRangeAsync( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of T), _ Optional ByVal cancellationToken As CancellationToken _ ) As Task
Task ReplaceRangeAsync( int startingIndex, IEnumerable<T> items, CancellationToken cancellationToken )
Parameters
- startingIndex
- The starting index.
- items
- The new items.
- cancellationToken
- The cancellation token.