System.Xml.XPath.XPathNavigatorReader.IXmlNamespaceResolver C# (CSharp) Метод

IXmlNamespaceResolver() приватный Метод

private IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary
scope XmlNamespaceScope
Результат string>.IDictionary
        IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(XmlNamespaceScope scope) {
            return this.nav.GetNamespacesInScope(scope);
        }

Same methods

XPathNavigatorReader::IXmlNamespaceResolver ( string prefix ) : string