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

◆ DisplayFullName

string System.TypeSpec.DisplayFullName
getpackage

Definition at line 97 of file TypeSpec.cs.

98 {
99 get
100 {
101 string text;
102 if (this.display_fullname == null)
103 {
105 }
106 return text;
107 }
108 }
class f__AnonymousType0<< Count > j__TPar
string display_fullname
Definition TypeSpec.cs:249