mscorlib(4.0.0.0) API with additions
ConsoleSpecialKey.cs
1 namespace System
2 {
5  public enum ConsoleSpecialKey
6  {
8  ControlC,
11  }
12 }
Definition: __Canon.cs:3
The F:System.ConsoleModifiers.Control modifier key plus the F:System.ConsoleKey.C console key.
ConsoleSpecialKey
Specifies combinations of modifier and console keys that can interrupt the current process.
The F:System.ConsoleModifiers.Control modifier key plus the BREAK console key.
Specifies that the class can be serialized.