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

◆ CloneNode()

override XmlNode System.Xml.XmlElement.CloneNode ( bool deep)
inline

Definition at line 56 of file XmlElement.cs.

57 {
61 this.lastChild = this;
62 if (xmlLinkedNode2 != null)
63 {
64 }
65 if (xmlLinkedNode2 != null)
66 {
67 }
68 if (this != null)
69 {
70 }
71 if (this != null)
72 {
73 }
74 long num = 0L;
75 int num2 = 3;
76 if (this != null)
77 {
78 }
79 if (num == 0L)
80 {
81 if (num2 == 0)
82 {
83 }
84 throw new InvalidCastException();
85 }
86 throw new OutOfMemoryException();
87 }
class f__AnonymousType0<< Count > j__TPar
XmlLinkedNode lastChild
XmlLinkedNode(XmlDocument doc)
virtual void RemoveAll()
Definition XmlNode.cs:463

References j__TPar, System.L, System.Xml.XmlElement.lastChild, and System.Xml.XmlNode.RemoveAll().