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

◆ XElement() [2/3]

System.Xml.Linq.XElement.XElement ( XElement other)
inline

Definition at line 28 of file XElement.cs.

29 : base(other)
30 {
31 XName xname = other.name;
33 XAttribute xattribute = other.lastAttr;
34 if (xattribute != null)
35 {
36 XAttribute next = xattribute.next;
37 XAttribute xattribute2 = this.lastAttr;
38 if (xattribute2 != null)
39 {
40 XAttribute next2 = xattribute2.next;
41 return;
42 }
43 XAttribute xattribute3 = other.lastAttr;
44 }
45 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Linq.XElement.lastAttr, System.Xml.Linq.XAttribute.next, and System.Xml.Linq.XNode.next.