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

CreateNavigator() public static method

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
return 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