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