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

◆ PrependChild() [3/4]

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

Definition at line 1504 of file XPathNavigator.cs.

1505 {
1506 if (newChild == null)
1507 {
1508 throw new ArgumentNullException("newChild");
1509 }
1510 XmlWriter xmlWriter = PrependChild();
1512 xmlWriter.Close();
1513 }
void BuildSubtree(XmlReader reader, XmlWriter writer)

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