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

XPathEvaluate() public static méthode

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

Same methods

Extensions::XPathEvaluate ( this node, string expression, System resolver ) : object