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

◆ s_XPathOperatorPrecedence

readonly int [] System.Xml.Xsl.XPath.XPathParser< Node >.s_XPathOperatorPrecedence
staticprivate
Initial value:
= new int[16]
{
0, 1, 2, 3, 3, 4, 4, 4, 4, 5,
5, 6, 6, 6, 7, 8
}

Definition at line 18 of file XPathParser.cs.

19 {
20 0, 1, 2, 3, 3, 4, 4, 4, 4, 5,
21 5, 6, 6, 6, 7, 8
22 };

Referenced by System.Xml.Xsl.XPath.XPathParser< Node >.ParseSubExpr().