Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
XPathSelectElement()
[2/2]
static ?
XElement
System.Xml.XPath.Extensions.XPathSelectElement
(
this
XNode
node
,
string
expression
,
IXmlNamespaceResolver
?
resolver
)
inline
static
Definition at line
54
of file
Extensions.cs
.
55
{
56
return
node
.XPathSelectElements(
expression
,
resolver
).FirstOrDefault();
57
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Xml
XPath
Extensions
Generated by
1.10.0