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

◆ InsertAfter() [3/4]

virtual void System.Xml.XPath.XPathNavigator.InsertAfter ( XmlReader newSibling)
inlinevirtualinherited

Definition at line 1566 of file XPathNavigator.cs.

1567 {
1568 if (newSibling == null)
1569 {
1570 throw new ArgumentNullException("newSibling");
1571 }
1572 XmlWriter xmlWriter = InsertAfter();
1574 xmlWriter.Close();
1575 }
void BuildSubtree(XmlReader reader, XmlWriter writer)

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