System.Xml.XPath.XPathExpression.Evaluate C# (CSharp) 메소드

Evaluate() 공개 메소드

public Evaluate ( XmlNode contextNode, ResultType type, XPathResult result ) : XPathResult
contextNode System.Xml.XmlNode
type ResultType
result XPathResult
리턴 XPathResult
        public XPathResult Evaluate(XmlNode contextNode, ResultType type, XPathResult result)
        {
            return default(XPathResult);
        }