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

◆ DeleteRange()

virtual void System.Xml.XPath.XPathNavigator.DeleteRange ( XPathNavigator lastSiblingToDelete)
inlinevirtualinherited

Reimplemented in System.Xml.DocumentXPathNavigator.

Definition at line 1591 of file XPathNavigator.cs.

1592 {
1593 throw new NotSupportedException();
1594 }

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