System.Xml.DocumentXPathNavigator.DocumentXPathNavigator C# (CSharp) Méthode

DocumentXPathNavigator() public méthode

public DocumentXPathNavigator ( DocumentXPathNavigator other ) : System
other DocumentXPathNavigator
Résultat System
        public DocumentXPathNavigator(DocumentXPathNavigator other) {
            document = other.document;
            source = other.source;
            attributeIndex = other.attributeIndex;
            namespaceParent = other.namespaceParent;
        }

Same methods

DocumentXPathNavigator::DocumentXPathNavigator ( XmlDocument document, XmlNode node ) : System