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

◆ GetNamespacesInScope()

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

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 685 of file XmlNodeReader.cs.

686 {
687 return _readerNav.GetNamespacesInScope(scope);
688 }
IDictionary< string, string > GetNamespacesInScope(XmlNamespaceScope scope)
readonly XmlNodeReaderNavigator _readerNav

References System.Xml.XmlNodeReader._readerNav, and System.Xml.XmlNodeReaderNavigator.GetNamespacesInScope().