System.Xml.XPath.Extensions.CreateNavigator C# (CSharp) Метод

CreateNavigator() публичный статический Метод

public static CreateNavigator ( this node ) : System.Xml.XPath.XPathNavigator
node this
Результат 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