Moves elements on the one position to forward.

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

Syntax

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

See Also