Field MockKeyPresses
A stack of keypresses to return when ReadKey is called.
public static Stack<ConsoleKeyInfo> MockKeyPresses
Returns
- Stack<ConsoleKeyInfo>
- A stack of keypresses to return when ReadKey is called.
A stack of keypresses to return when ReadKey is called.
public static Stack<ConsoleKeyInfo> MockKeyPresses