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

◆ AncestorNode()

bool System.Xml.XmlNode.AncestorNode ( XmlNode node)
inlinepackageinherited

Definition at line 203 of file XmlNode.cs.

204 {
205 if (this != null)
206 {
207 }
208 return true;
209 }

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