System.Xml.XPath.XPathNavigatorReader.IXmlNamespaceResolver C# (CSharp) Méthode

IXmlNamespaceResolver() private méthode

private IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
Résultat string>.IDictionary
        IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(XmlNamespaceScope scope) {
            return this.nav.GetNamespacesInScope(scope);
        }

Same methods

XPathNavigatorReader::IXmlNamespaceResolver ( string prefix ) : string