Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathSelectElements()
[2/2]
static
IEnumerable
<
XElement
> System.Xml.XPath.Extensions.XPathSelectElements
(
this
XNode
node
,
string
expression
,
IXmlNamespaceResolver
?
resolver
)
inline
static
Definition at line
64
of file
Extensions.cs
.
65
{
66
if
(
node
==
null
)
67
{
68
throw
new
ArgumentNullException(
"node"
);
69
}
70
return
(
IEnumerable<XElement>
)
default
(XPathEvaluator).Evaluate<
XElement
>(
node
,
expression
,
resolver
);
71
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Linq.XElement
Definition
XElement.cs:19
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
XPath
Extensions
Generated by
1.10.0