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

◆ Evaluate() [2/4]

virtual object System.Xml.XPath.XPathNavigator.Evaluate ( string xpath,
IXmlNamespaceResolver? resolver )
inlinevirtualinherited

Definition at line 1323 of file XPathNavigator.cs.

1324 {
1325 return Evaluate(XPathExpression.Compile(xpath, resolver));
1326 }
virtual object Evaluate(string xpath)

References System.Xml.XPath.XPathExpression.Compile(), and System.Xml.XPath.XPathNavigator.Evaluate().