Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathEvaluate()
[2/2]
static object System.Xml.XPath.Extensions.XPathEvaluate
(
this
XNode
node
,
string
expression
,
IXmlNamespaceResolver
?
resolver
)
inline
static
Definition at line
40
of file
Extensions.cs
.
41
{
42
if
(
node
==
null
)
43
{
44
throw
new
ArgumentNullException(
"node"
);
45
}
46
return
default
(XPathEvaluator).Evaluate<
object
>(
node
,
expression
,
resolver
);
47
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
XPath
Extensions
Generated by
1.10.0