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

◆ AppendChildForLoad()

override XmlNode System.Xml.XmlDocument.AppendChildForLoad ( XmlNode newChild,
XmlDocument doc )
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 962 of file XmlDocument.cs.

963 {
964 XmlNodeChangedEventArgs insertEventArgsForLoad = this.GetInsertEventArgsForLoad(newChild, this);
965 if (insertEventArgsForLoad != null)
966 {
967 }
968 XmlLinkedNode xmlLinkedNode = this.lastChild;
969 if (xmlLinkedNode != null)
970 {
971 XmlLinkedNode next = xmlLinkedNode.next;
972 }
974 if (insertEventArgsForLoad != null)
975 {
976 }
977 return newChild;
978 }
class f__AnonymousType0<< Count > j__TPar
XmlNodeChangedEventArgs GetInsertEventArgsForLoad(XmlNode node, XmlNode newParent)
XmlLinkedNode lastChild

References System.Xml.XmlDocument.GetInsertEventArgsForLoad(), j__TPar, System.Xml.XmlDocument.lastChild, and System.Xml.XmlLinkedNode.next.