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

◆ AddNodeForLoad()

virtual XmlNode System.Xml.XmlNamedNodeMap.AddNodeForLoad ( XmlNode node,
XmlDocument doc )
inlinepackagevirtual

Definition at line 74 of file XmlNamedNodeMap.cs.

75 {
76 XmlNode xmlNode = this.parent;
77 XmlNodeChangedEventArgs insertEventArgsForLoad = doc.GetInsertEventArgsForLoad(node, xmlNode);
78 if (insertEventArgsForLoad != null)
79 {
80 }
81 XmlNode xmlNode2 = this.parent;
82 if (insertEventArgsForLoad != null)
83 {
84 }
85 return node;
86 }
class f__AnonymousType0<< Count > j__TPar

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