Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReturnTypes

XPathResultType [] MS.Internal.Xml.XPath.Function.ReturnTypes
staticpackage
Initial value:
= new XPathResultType[28]
{
XPathResultType.Number,
XPathResultType.Number,
XPathResultType.Number,
XPathResultType.NodeSet,
XPathResultType.String,
XPathResultType.String,
XPathResultType.String,
XPathResultType.String,
XPathResultType.Boolean,
XPathResultType.Number,
XPathResultType.Boolean,
XPathResultType.Boolean,
XPathResultType.Boolean,
XPathResultType.String,
XPathResultType.Boolean,
XPathResultType.Boolean,
XPathResultType.String,
XPathResultType.String,
XPathResultType.String,
XPathResultType.Number,
XPathResultType.String,
XPathResultType.String,
XPathResultType.Boolean,
XPathResultType.Number,
XPathResultType.Number,
XPathResultType.Number,
XPathResultType.Number,
XPathResultType.Any
}

Definition at line 48 of file Function.cs.

49 {
50 XPathResultType.Number,
51 XPathResultType.Number,
52 XPathResultType.Number,
53 XPathResultType.NodeSet,
54 XPathResultType.String,
55 XPathResultType.String,
56 XPathResultType.String,
57 XPathResultType.String,
58 XPathResultType.Boolean,
59 XPathResultType.Number,
60 XPathResultType.Boolean,
61 XPathResultType.Boolean,
62 XPathResultType.Boolean,
63 XPathResultType.String,
64 XPathResultType.Boolean,
65 XPathResultType.Boolean,
66 XPathResultType.String,
67 XPathResultType.String,
68 XPathResultType.String,
69 XPathResultType.Number,
70 XPathResultType.String,
71 XPathResultType.String,
72 XPathResultType.Boolean,
73 XPathResultType.Number,
74 XPathResultType.Number,
75 XPathResultType.Number,
76 XPathResultType.Number,
77 XPathResultType.Any
78 };