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

◆ Select() [2/3]

virtual XPathNodeIterator System.Xml.XPath.XPathNavigator.Select ( string xpath,
IXmlNamespaceResolver? resolver )
inlinevirtualinherited

Definition at line 1304 of file XPathNavigator.cs.

1305 {
1306 return Select(XPathExpression.Compile(xpath, resolver));
1307 }

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