BExplorer.Shell.NavigationLog.NavigateForward C# (CSharp) 메소드

NavigateForward() 공개 메소드

Navigates forwards one item
public NavigateForward ( ) : IListItemEx
리턴 IListItemEx
        public IListItemEx NavigateForward()
        {
            CurrentLocPos++;
            return HistoryItemsList[CurrentLocPos];
        }