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

◆ Select() [1/3]

virtual XPathNodeIterator System.Xml.XPath.XPathNavigator.Select ( string xpath)
inlinevirtualinherited

Definition at line 1299 of file XPathNavigator.cs.

1300 {
1301 return Select(XPathExpression.Compile(xpath));
1302 }

References System.Xml.XPath.XPathExpression.Compile(), and System.Select.