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

◆ Attribute()

XAttribute System.Xml.Linq.XElement.Attribute ( XName name)
inline

Definition at line 147 of file XElement.cs.

148 {
149 XAttribute xattribute = this.lastAttr;
150 if (xattribute != null)
151 {
152 XName xname = xattribute.next.name;
153 return;
154 }
155 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.Linq.XElement.lastAttr.