PowerArgs.ContextAssistSearch.OnKeyboardInput C# (CSharp) Method

OnKeyboardInput() public method

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
return ContextAssistResult
        public virtual ContextAssistResult OnKeyboardInput(RichCommandLineContext parentReaderContext, ConsoleKeyInfo keyPress)
        {
            throw new NotImplementedException();
        }