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

XPathTokenAnywhereElement() public method

public XPathTokenAnywhereElement ( string tokenName, int tokenType ) : System.Collections.Generic
tokenName string
tokenType int
return System.Collections.Generic
        public XPathTokenAnywhereElement(string tokenName, int tokenType)
            : base(tokenName)
        {
            this.tokenType = tokenType;
        }
XPathTokenAnywhereElement