Antlr4.Runtime.Tree.Xpath.XPathElement.XPathElement C# (CSharp) Méthode

XPathElement() public méthode

Construct element like /ID or ID or /* etc... op is null if just node
public XPathElement ( string nodeName ) : System.Collections.Generic
nodeName string
Résultat System.Collections.Generic
        public XPathElement(string nodeName)
        {
            this.nodeName = nodeName;
        }