Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
StaticType
override
XPathResultType
MS.Internal.Xml.XPath.FunctionQuery.StaticType
get
Definition at line
14
of file
FunctionQuery.cs
.
15
{
16
get
17
{
18
XPathResultType
xPathResultType
= ((
_function
!=
null
) ?
_function
.
ReturnType
:
XPathResultType
.
Any
);
19
if
(
xPathResultType
==
XPathResultType
.Error)
20
{
21
xPathResultType
=
XPathResultType
.Any;
22
}
23
return
xPathResultType
;
24
}
25
}
MS.Internal.Xml.XPath.FunctionQuery._function
IXsltContextFunction _function
Definition
FunctionQuery.cs:12
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Xsl.IXsltContextFunction.ReturnType
XPathResultType ReturnType
Definition
IXsltContextFunction.cs:11
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.GCKind.Any
@ Any
MS
Internal
Xml
XPath
FunctionQuery
Generated by
1.10.0