Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReturnType
override
XPathResultType
MS.Internal.Xml.XPath.Operator.ReturnType
get
Definition at line
47
of file
Operator.cs
.
48
{
49
get
50
{
51
if
(
_opType
<=
Op
.GE)
52
{
53
return
XPathResultType
.Boolean;
54
}
55
if
(
_opType
<=
Op
.MOD)
56
{
57
return
XPathResultType
.Number;
58
}
59
return
XPathResultType
.NodeSet;
60
}
61
}
MS.Internal.Xml.XPath.Operator._opType
readonly Op _opType
Definition
Operator.cs:39
MS.Internal.Xml.XPath.Operator.Op
Op
Definition
Operator.cs:8
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
MS
Internal
Xml
XPath
Operator
Generated by
1.10.0