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

◆ ToString()

override string System.Reflection.RuntimeFieldInfo.ToString ( )
inline

Definition at line 262 of file RuntimeFieldInfo.cs.

263 {
264 string text = this.name;
265 return string.Format("{0} {1}", this, text);
266 }

References System.Reflection.RuntimeFieldInfo.name, and System.text.