This method moves the oldindex item in the collection to the newindex position.
void Move ( int oldindex, int newindex )
Parameters | Description |
oldindex | The index of the Assembly object to move. |
newindex | The new position for the Assembly object. |