[]
Replaces the item at the specified index by the specified item.
public virtual Task<int> ReplaceAsync(int index, T item, CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| T | item | The item. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task<int> |