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

◆ DisplayName

virtual string System.ComponentModel.MemberDescriptor.DisplayName
getinherited

Definition at line 199 of file MemberDescriptor.cs.

200 {
201 get
202 {
203 if (this != null)
204 {
205 }
206 return this.displayName;
207 }
208 }