System.Xml.XPath.XDocumentExtensions.ToXPathNavigable C# (CSharp) Method

ToXPathNavigable() public static method

public static ToXPathNavigable ( this node ) : System.Xml.XPath.IXPathNavigable
node this
return System.Xml.XPath.IXPathNavigable
        public static System.Xml.XPath.IXPathNavigable ToXPathNavigable(this System.Xml.Linq.XNode node)
        {
            throw null;
        }
XDocumentExtensions