'Declaration
Public Overrides Function MoveAsync( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer _ ) As Task
'Usage
Dim instance As C1PagedCollectionView(Of T) Dim fromIndex As Integer Dim toIndex As Integer Dim value As Task value = instance.MoveAsync(fromIndex, toIndex)
Parameters
- fromIndex
- From index.
- toIndex
- To index.