System.Xml.XPath.Extensions.XPathSelectElement C# (CSharp) Méthode

XPathSelectElement() public static méthode

public static XPathSelectElement ( this node, string expression ) : System.Xml.Linq.XElement
node this
expression string
Résultat System.Xml.Linq.XElement
        public static System.Xml.Linq.XElement XPathSelectElement(this System.Xml.Linq.XNode node, string expression)
        {
            throw null;
        }

Same methods

Extensions::XPathSelectElement ( this node, string expression, System resolver ) : System.Xml.Linq.XElement