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()

virtual XmlNode System.Xml.XmlNode.AppendChildForLoad ( XmlNode newChild,
XmlDocument doc )
inlinepackagevirtualinherited

Reimplemented in System.Xml.XmlAttribute, System.Xml.XmlDocument, and System.Xml.XmlElement.

Definition at line 249 of file XmlNode.cs.

250 {
251 XmlNodeChangedEventArgs insertEventArgsForLoad = doc.GetInsertEventArgsForLoad(newChild, this);
252 if (insertEventArgsForLoad != null)
253 {
254 }
255 if (newChild != null)
256 {
257 }
258 if (this != null)
259 {
260 newChild.parentNode = this;
261 if (insertEventArgsForLoad == null)
262 {
263 return newChild;
264 }
265 }
266 else if (insertEventArgsForLoad != null)
267 {
268 }
269 return newChild;
270 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlDocument.GetInsertEventArgsForLoad(), and j__TPar.