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

Definition at line 90 of file XmlQualifiedName.cs.

91 {
92 string text = this.name;
93 string text2 = this.ns;
94 if (text2._stringLength != 0)
95 {
96 return text2 + ":" + text;
97 }
98 return text;
99 }

References System.Xml.XmlQualifiedName.name, System.Xml.XmlQualifiedName.ns, and System.text.