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