Method MoveParameterIndex
MoveParameterIndex(int, int)
Moves the index of the parameter.
Declaration
public void MoveParameterIndex(int oldIndex, int newIndex)
Parameters
Type | Name | Description |
---|---|---|
int | oldIndex | The old index. |
int | newIndex | The new index. |