ConsoleKeyInfo has one default constructor with five parameters.
ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool alt, bool ctrl)
Even though ConsoleKeyInfo(char keyChar, ConsoleKey key) is available on HelpConsole, it should be easier to use key combination on Key-Action pairs and Key-Func pairs.
See ConsoleKeyInfo
ConsoleKeyInfo has one default constructor with five parameters.
ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool alt, bool ctrl)Even though
ConsoleKeyInfo(char keyChar, ConsoleKey key)is available on HelpConsole, it should be easier to use key combination on Key-Action pairs and Key-Func pairs.See ConsoleKeyInfo