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

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

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