[]
Replaces the items starting at the specified startingIndex by the specified items.
Task ReplaceRangeAsync(int startingIndex, IEnumerable<in T> items, CancellationToken cancellationToken = default)
| Type | Name | Description |
|---|---|---|
| int | startingIndex | The starting index. |
| IEnumerable<T> | items | The new items. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |