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

◆ Equals() [2/2]

override bool System.ConsoleKeyInfo.Equals ( object value)
inline

Definition at line 38 of file ConsoleKeyInfo.cs.

39 {
40 if (value != null)
41 {
42 ConsoleKey key = this._key;
44 return;
45 }
46 }
class f__AnonymousType0<< Count > j__TPar
readonly ConsoleModifiers _mods
readonly ConsoleKey _key

References System.ConsoleKeyInfo._key, System.ConsoleKeyInfo._mods, j__TPar, and System.key.