Antlr4.Runtime.Tree.Xpath.XPathRuleAnywhereElement.XPathRuleAnywhereElement C# (CSharp) Метод

XPathRuleAnywhereElement() публичный Метод

public XPathRuleAnywhereElement ( string ruleName, int ruleIndex ) : System.Collections.Generic
ruleName string
ruleIndex int
Результат System.Collections.Generic
        public XPathRuleAnywhereElement(string ruleName, int ruleIndex)
            : base(ruleName)
        {
            this.ruleIndex = ruleIndex;
        }
XPathRuleAnywhereElement