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

◆ CopyChildren()

virtual void System.Xml.XmlNode.CopyChildren ( XmlDocument doc,
XmlNode container,
bool deep )
inlinepackagevirtualinherited

Definition at line 297 of file XmlNode.cs.

298 {
299 if (container != null)
300 {
301 while (container != null)
302 {
303 }
304 }
305 }