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

◆ ImportNodeInternal()

XmlNode System.Xml.XmlDocument.ImportNodeInternal ( XmlNode node,
bool deep )
inlineprivate

Definition at line 648 of file XmlDocument.cs.

649 {
650 if (node != null)
651 {
652 return node;
653 }
654 string @string = Res.GetString("Cannot import a null node.");
655 throw new InvalidCastException();
656 }

References System.Xml.Res.GetString().

Referenced by System.Xml.XmlDocument.ImportAttributes(), and System.Xml.XmlDocument.ImportChildren().