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

◆ RemoveAll()

virtual void System.Xml.XmlNode.RemoveAll ( )
inlinevirtualinherited

Reimplemented in System.Xml.XmlElement.

Definition at line 463 of file XmlNode.cs.

464 {
465 if (this != null)
466 {
467 while (this != null)
468 {
469 }
470 }
471 }

Referenced by System.Xml.XmlElement.CloneNode().