Antlr4.Runtime.Tree.Xpath.XPathRuleAnywhereElement.XPathRuleAnywhereElement C# (CSharp) Method

XPathRuleAnywhereElement() public method

public XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic
ruleName string
ruleIndex int
return System.Collections.Generic
        public XPathRuleAnywhereElement(string ruleName, int ruleIndex)
            : base(ruleName)
        {
            this.ruleIndex = ruleIndex;
        }
XPathRuleAnywhereElement