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

◆ GetName() [2/2]

XName System.Xml.Linq.XNamespace.GetName ( string localName,
int index,
int count )
inlinepackage

Definition at line 116 of file XNamespace.cs.

117 {
118 XHashtable<XName> names = this._names;
120 string text = localName.Substring(index, count);
121 XName xname;
122 return xname;
123 }
class f__AnonymousType0<< Count > j__TPar
XHashtable< XName > _names

References System.Xml.Linq.XNamespace._names, System.count, System.index, j__TPar, and System.text.