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

◆ s_operatorGroup

readonly XPathOperatorGroup [] System.Xml.Xsl.XPath.XPathBuilder.s_operatorGroup
staticprivateinherited
Initial value:

Definition at line 253 of file XPathBuilder.cs.

254 {
255 XPathOperatorGroup.Unknown,
256 XPathOperatorGroup.Logical,
257 XPathOperatorGroup.Logical,
258 XPathOperatorGroup.Equality,
259 XPathOperatorGroup.Equality,
260 XPathOperatorGroup.Relational,
261 XPathOperatorGroup.Relational,
262 XPathOperatorGroup.Relational,
263 XPathOperatorGroup.Relational,
264 XPathOperatorGroup.Arithmetic,
265 XPathOperatorGroup.Arithmetic,
266 XPathOperatorGroup.Arithmetic,
267 XPathOperatorGroup.Arithmetic,
268 XPathOperatorGroup.Arithmetic,
269 XPathOperatorGroup.Negate,
271 };

Referenced by System.Xml.Xsl.XPath.XPathBuilder.Operator().