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

XPathWildcardAnywhereElement() public method

public XPathWildcardAnywhereElement ( ) : System.Collections.Generic
return System.Collections.Generic
        public XPathWildcardAnywhereElement()
            : base(XPath.Wildcard)
        {
        }
XPathWildcardAnywhereElement