PowerArgs.Cli.RichTextEditor.RichTextStateConsole.ReadKey C# (CSharp) Method

ReadKey() public method

public ReadKey ( ) : ConsoleKeyInfo
return System.ConsoleKeyInfo
            public ConsoleKeyInfo ReadKey()
            {
                throw new NotImplementedException();
            }

Same methods

RichTextEditor.RichTextStateConsole::ReadKey ( bool intercept ) : ConsoleKeyInfo