Calyptus.Mvc.PathStack.ReverseToIndex C# (CSharp) Method

ReverseToIndex() public method

public ReverseToIndex ( int toIndex ) : void
toIndex int
return void
		public void ReverseToIndex(int toIndex)
		{
			_currentIndex = toIndex;
		}