'Declaration Public Overrides Function MoveAsync( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal cancellationToken As CancellationToken _ ) As Task
public override Task MoveAsync( int fromIndex, int toIndex, CancellationToken cancellationToken )
Parameters
- fromIndex
- From index.
- toIndex
- To index.
- cancellationToken
- The cancellation token.