terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ConsoleKeyInfo Struct Reference

Public Member Functions

 ConsoleKeyInfo (char keyChar, ConsoleKey key, bool shift, bool alt, bool control)
 
override bool Equals (object value)
 
bool Equals (ConsoleKeyInfo obj)
 
override int GetHashCode ()
 

Properties

char KeyChar [get]
 
ConsoleKey Key [get]
 

Private Attributes

readonly char _keyChar
 
readonly ConsoleKey _key
 
readonly ConsoleModifiers _mods
 

Detailed Description

Definition at line 8 of file ConsoleKeyInfo.cs.


The documentation for this struct was generated from the following file: