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