PowerArgs.ContextAssistSearch.OnKeyboardInput C# (CSharp) Метод

OnKeyboardInput() публичный Метод

This is not implemented because this assist provider always takes over the console during the draw menu.
public OnKeyboardInput ( RichCommandLineContext parentReaderContext, ConsoleKeyInfo keyPress ) : ContextAssistResult
parentReaderContext RichCommandLineContext not implemented
keyPress System.ConsoleKeyInfo not implemented
Результат ContextAssistResult
        public virtual ContextAssistResult OnKeyboardInput(RichCommandLineContext parentReaderContext, ConsoleKeyInfo keyPress)
        {
            throw new NotImplementedException();
        }