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

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

Construct element like /ID or ID or /* etc... op is null if just node
public XPathElement ( string nodeName ) : System.Collections.Generic
nodeName string
Результат System.Collections.Generic
        public XPathElement(string nodeName)
        {
            this.nodeName = nodeName;
        }