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

◆ InsertBefore() [3/4]

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

Definition at line 1535 of file XPathNavigator.cs.

1536 {
1537 if (newSibling == null)
1538 {
1539 throw new ArgumentNullException("newSibling");
1540 }
1541 XmlWriter xmlWriter = InsertBefore();
1543 xmlWriter.Close();
1544 }
void BuildSubtree(XmlReader reader, XmlWriter writer)

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