ReadKey(bool) Method
Reads a key from the console.
ConsoleKeyInfo? ReadKey(bool intercept)
- Namespace
- Spectre
.Console - Containing Type
- IAnsiConsoleInput
Parameters
- bool intercept
- Whether or not to intercept the key.
Returns
- ConsoleKeyInfo?