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

◆ ImportChildren()

void System.Xml.XmlDocument.ImportChildren ( XmlNode fromNode,
XmlNode toNode,
bool deep )
inlineprivate

Definition at line 667 of file XmlDocument.cs.

668 {
669 if (fromNode != null)
670 {
672 while (fromNode != null)
673 {
674 }
675 }
676 }
class f__AnonymousType0<< Count > j__TPar
XmlNode ImportNodeInternal(XmlNode node, bool deep)

References System.Xml.XmlDocument.ImportNodeInternal(), and j__TPar.