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

◆ s_temparray5

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

Definition at line 48 of file XPathParser.cs.

49 {
50 XPathResultType.String,
51 XPathResultType.String
52 };

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