[]
Replaces the items starting at the specified startingIndex by the specified items.
public override Task ReplaceRangeAsync(int startingIndex, IEnumerable<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 |