System.Xml.XPath.Extensions.XPathEvaluate C# (CSharp) Method

XPathEvaluate() public static method

public static XPathEvaluate ( this node, string expression ) : object
node this
expression string
return 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