コード例 #1
0
ファイル: HistoryBox.cs プロジェクト: dotnet-shell/Shell
        public static Func <ConsoleImproved, ConsoleKeyEx, Task <bool> > OnSearchHistory(IConsole console)
        {
            var search = new HistoryBox(console);

            return(search.OnSearchHistoryAltModeAsync);
        }