Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StaticType
override
XPathResultType
MS.Internal.Xml.XPath.VariableQuery.StaticType
get
Definition at line
11
of file
VariableQuery.cs
.
12
{
13
get
14
{
15
if
(
_variable
!=
null
)
16
{
17
return
GetXPathType
(
Evaluate
(
null
));
18
}
19
XPathResultType
xPathResultType = ((
_variable
!=
null
) ?
_variable
.
VariableType
:
XPathResultType
.
Any
);
20
if
(xPathResultType ==
XPathResultType
.Error)
21
{
22
xPathResultType =
XPathResultType
.Any;
23
}
24
return
xPathResultType;
25
}
26
}
MS.Internal.Xml.XPath.Query.GetXPathType
XPathResultType GetXPathType(object value)
Definition
Query.cs:147
MS.Internal.Xml.XPath.VariableQuery._variable
IXsltContextVariable _variable
Definition
VariableQuery.cs:9
MS.Internal.Xml.XPath.VariableQuery.Evaluate
override object Evaluate(XPathNodeIterator nodeIterator)
Definition
VariableQuery.cs:56
System.Xml.Xsl.IXsltContextVariable.VariableType
XPathResultType VariableType
Definition
IXsltContextVariable.cs:11
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.GCKind.Any
@ Any
MS
Internal
Xml
XPath
VariableQuery
Generated by
1.10.0