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

◆ s_temparray6

readonly XPathResultType [] MS.Internal.Xml.XPath.XPathParser.s_temparray6
staticprivate
Initial value:
= new XPathResultType[3]
{
XPathResultType.String,
XPathResultType.Number,
XPathResultType.Number
}

Definition at line 54 of file XPathParser.cs.

55 {
56 XPathResultType.String,
57 XPathResultType.Number,
58 XPathResultType.Number
59 };

Referenced by MS.Internal.Xml.XPath.XPathParser.CreateFunctionTable().