[]
Moves an item from the specified position to the new one.
public Task MoveAsync(Guid eTag, int fromIndex, int toIndex)
Public Function MoveAsync(eTag As Guid, fromIndex As Integer, toIndex As Integer) As Task
| 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 |