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

CreateNavigator() public static méthode

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

Same methods

Extensions::CreateNavigator ( this node, System nameTable ) : System.Xml.XPath.XPathNavigator