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

Reverse() public method

public Reverse ( int count ) : void
count int
return void
		public void Reverse(int count)
		{
			_currentIndex -= count;
		}