System.Xml.XPath.XDocumentExtensions.ToXPathNavigable C# (CSharp) Méthode

ToXPathNavigable() public static méthode

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