Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StaticType
override
XPathResultType
MS.Internal.Xml.XPath.StringFunctions.StaticType
get
Definition at line
18
of file
StringFunctions.cs
.
19
{
20
get
21
{
22
if
(
_funcType
==
Function
.FunctionType.FuncStringLength)
23
{
24
return
XPathResultType
.Number;
25
}
26
if
(
_funcType
==
Function
.FunctionType.FuncStartsWith ||
_funcType
==
Function
.FunctionType.FuncContains)
27
{
28
return
XPathResultType
.Boolean;
29
}
30
return
XPathResultType
.String;
31
}
32
}
MS.Internal.Xml.XPath.StringFunctions._funcType
readonly Function.FunctionType _funcType
Definition
StringFunctions.cs:12
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.Xsl.Qil.QilNodeType.Function
@ Function
MS
Internal
Xml
XPath
StringFunctions
Generated by
1.10.0