System.ConsoleKeyInfo public struct ConsoleKeyInfo Documentation public ConsoleKey Key { get; } public char KeyChar { get; } public ConsoleModifiers Modifiers { get; } public ConsoleKeyInfo(char keyChar, ConsoleKey key, bool shift, bool alt, bool control) public static bool op_Equality(ConsoleKeyInfo a, ConsoleKeyInfo b) public static bool op_Inequality(ConsoleKeyInfo a, ConsoleKeyInfo b) public bool Equals(ConsoleKeyInfo obj)