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

◆ AppendChild()

virtual XmlNode System.Xml.XmlNode.AppendChild ( XmlNode newChild)
inlinevirtualinherited

Reimplemented in System.Xml.XmlAttribute, and System.Xml.XmlUnspecifiedAttribute.

Definition at line 225 of file XmlNode.cs.

226 {
227 if (this == null)
228 {
229 return this;
230 }
231 bool flag = this.AncestorNode(newChild);
232 if (newChild != null)
233 {
234 }
235 if (newChild != null)
236 {
237 }
238 if (newChild != null)
239 {
240 while (newChild != null)
241 {
242 }
243 return this;
244 }
245 return newChild;
246 }
class f__AnonymousType0<< Count > j__TPar
bool AncestorNode(XmlNode node)
Definition XmlNode.cs:203

References System.Xml.XmlNode.AncestorNode(), and j__TPar.

Referenced by System.Xml.XmlUnspecifiedAttribute.AppendChild().