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

NavigationLog() 공개 메소드

A generic constructor
public NavigationLog ( IListItemEx StartingLocation ) : System.Collections.Generic
StartingLocation IListItemEx This location will be added as the first item in
리턴 System.Collections.Generic
        public NavigationLog(IListItemEx StartingLocation)
        {
            HistoryItemsList = new List<IListItemEx>(new[] { StartingLocation });
            CurrentLocPos = 0; //-1;
        }