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

◆ SetParent()

virtual void System.Xml.XmlNode.SetParent ( XmlNode node)
inlinepackagevirtualinherited

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

Definition at line 537 of file XmlNode.cs.

538 {
539 if (node == null)
540 {
541 }
542 this.parentNode = this;
543 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.