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

◆ XName() [1/2]

System.Xml.Linq.XName.XName ( XNamespace ns,
string localName )
inlinepackage

Definition at line 12 of file XName.cs.

13 {
14 this._ns = ns;
15 if (!true)
16 {
17 }
18 string text = XmlConvert.VerifyNCName(localName);
20 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.text, and System.Xml.XmlConvert.VerifyNCName().