System.Xml.DocumentXPathNavigator.DocumentXPathNavigator C# (CSharp) Метод

DocumentXPathNavigator() публичный Метод

public DocumentXPathNavigator ( XmlDocument document, XmlNode node ) : System
document XmlDocument
node XmlNode
Результат System
        public DocumentXPathNavigator(XmlDocument document, XmlNode node) {
            this.document = document;
            ResetPosition(node);
        }

Same methods

DocumentXPathNavigator::DocumentXPathNavigator ( DocumentXPathNavigator other ) : System