Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetNamespacesInScope() [2/2]

IDictionary< string, string > System.Xml.XmlTextReader.GetNamespacesInScope ( XmlNamespaceScope scope)
inline

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 366 of file XmlTextReader.cs.

367 {
368 return _impl.GetNamespacesInScope(scope);
369 }
IDictionary< string, string > IXmlNamespaceResolver. GetNamespacesInScope(XmlNamespaceScope scope)
readonly XmlTextReaderImpl _impl

References System.Xml.XmlTextReader._impl, and System.Xml.XmlTextReaderImpl.GetNamespacesInScope().