'Declaration Public Overloads Function MoveToIndex( _ ByVal index As Integer, _ ByVal targetIndex As Integer _ ) As Boolean
'Usage Dim instance As SSHAlgorithmList Dim index As Integer Dim targetIndex As Integer Dim value As Boolean value = instance.MoveToIndex(index, targetIndex)
public bool MoveToIndex( int index, int targetIndex )
Parameters
- index
- targetIndex