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