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() [1/10]

override string System.Xml.Schema.XmlBooleanConverter.ToString ( bool value)
inline

Definition at line 46 of file XmlBooleanConverter.cs.

47 {
48 if (!true)
49 {
50 }
51 return XmlConvert.ToString(true);
52 }

References System.Xml.XmlConvert.ToString().