Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetNamespacesInScope()

IDictionary< string, string > IXmlNamespaceResolver. System.Xml.XPath.XPathNavigatorReader.GetNamespacesInScope ( XmlNamespaceScope scope)
inlineprivate

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 310 of file XPathNavigatorReader.cs.

311 {
312 return _nav.GetNamespacesInScope(scope);
313 }
virtual IDictionary< string, string > GetNamespacesInScope(XmlNamespaceScope scope)

References System.Xml.XPath.XPathNavigatorReader._nav, and System.Xml.XPath.XPathNavigator.GetNamespacesInScope().