BExplorer.Shell.NavigationLog.NavigateForward C# (CSharp) Méthode

NavigateForward() public méthode

Navigates forwards one item
public NavigateForward ( ) : IListItemEx
Résultat IListItemEx
        public IListItemEx NavigateForward()
        {
            CurrentLocPos++;
            return HistoryItemsList[CurrentLocPos];
        }