Moves the elements on the one position to backward.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public void MoveBackward(
	ElementCollection elements
)
Visual Basic (Declaration)
Public Sub MoveBackward ( _
	elements As ElementCollection _
)
Visual C++
public:
void MoveBackward(
	ElementCollection^ elements
)

See Also