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

◆ GetNamespacesInScope() [1/2]

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

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 2581 of file XmlTextReaderImpl.cs.

2582 {
2583 return GetNamespacesInScope(scope);
2584 }
IDictionary< string, string > IXmlNamespaceResolver. GetNamespacesInScope(XmlNamespaceScope scope)

References System.Xml.XmlTextReaderImpl.GetNamespacesInScope().

Referenced by System.Xml.XmlTextReader.GetNamespacesInScope(), and System.Xml.XmlTextReaderImpl.GetNamespacesInScope().