Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AppendChild() [3/4]

virtual void System.Xml.XPath.XPathNavigator.AppendChild ( XmlReader newChild)
inlinevirtualinherited

Definition at line 1473 of file XPathNavigator.cs.

1474 {
1475 if (newChild == null)
1476 {
1477 throw new ArgumentNullException("newChild");
1478 }
1479 XmlWriter xmlWriter = AppendChild();
1481 xmlWriter.Close();
1482 }
void BuildSubtree(XmlReader reader, XmlWriter writer)

References System.Xml.XPath.XPathNavigator.AppendChild(), and System.Xml.XPath.XPathNavigator.BuildSubtree().