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.RuntimePropertyInfo.ToString ( )
inline

Definition at line 86 of file RuntimePropertyInfo.cs.

87 {
88 long num = 0L;
89 return this.FormatNameAndSig(num != 0L);
90 }
string FormatNameAndSig(bool serialization)

References System.Reflection.RuntimePropertyInfo.FormatNameAndSig(), and System.L.