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