|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.ConsoleKeyInfo:Public Member Functions | |
| ConsoleKeyInfo (char keyChar, global::System.ConsoleKey key, bool shift, bool alt, bool control) | |
| override bool | Equals (object value) |
| bool | Equals (global::System.ConsoleKeyInfo obj) |
| override int | GetHashCode () |
Properties | |
| char | KeyChar [get, set] |
| global::System.ConsoleKey | Key [get, set] |
Private Attributes | |
| readonly char | _keyChar |
| readonly global::System.ConsoleKey | _key |
| readonly global::System.ConsoleModifiers | _mods |
Definition at line 9 of file ConsoleKeyInfo.cs.