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

◆ ReplaceRange()

virtual XmlWriter System.Xml.XPath.XPathNavigator.ReplaceRange ( XPathNavigator lastSiblingToReplace)
inlinevirtualinherited

Reimplemented in System.Xml.DocumentXPathNavigator.

Definition at line 1430 of file XPathNavigator.cs.

1431 {
1432 throw new NotSupportedException();
1433 }

Referenced by System.Xml.XPath.XPathNavigator.ReplaceSelf().