Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ SelectSingleNode() [2/3]

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

Definition at line 1284 of file XPathNavigator.cs.

1285 {
1286 return SelectSingleNode(XPathExpression.Compile(xpath, resolver));
1287 }
virtual ? XPathNavigator SelectSingleNode(string xpath)

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