Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathSelectElements()
[1/2]
static
IEnumerable
<
XElement
> System.Xml.XPath.Extensions.XPathSelectElements
(
this
XNode
node
,
string
expression
)
inline
static
Definition at line
59
of file
Extensions.cs
.
60
{
61
return
node
.XPathSelectElements(
expression
,
null
);
62
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Xml
XPath
Extensions
Generated by
1.10.0