[]
Moves an item from the specified position to the new one.
public Task MoveAsync(Guid eTag, int fromIndex, int toIndex)
| Type | Name | Description |
|---|---|---|
| Guid | eTag | The token that determines whether the calling collection is synchronized. |
| int | fromIndex | From index. |
| int | toIndex | To index. |
| Type | Description |
|---|---|
| Task |