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

◆ ReplaceSelf() [3/3]

virtual void System.Xml.XPath.XPathNavigator.ReplaceSelf ( XPathNavigator newNode)
inlinevirtualinherited

Definition at line 1457 of file XPathNavigator.cs.

1458 {
1459 if (newNode == null)
1460 {
1461 throw new ArgumentNullException("newNode");
1462 }
1463 XmlReader newNode2 = newNode.CreateReader();
1465 }
virtual void ReplaceSelf(string newNode)

References System.Xml.XPath.XPathNavigator.ReplaceSelf().