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

◆ Name

override string System.Reflection.RuntimeMethodInfo.Name
get

Definition at line 492 of file RuntimeMethodInfo.cs.

493 {
494 get
495 {
496 string text = this.name;
497 if (text != null)
498 {
499 return text;
500 }
501 return text;
502 }
503 }