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

◆ GetNamespacesInScope() [1/2]

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

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 351 of file XmlTextReader.cs.

352 {
353 return _impl.GetNamespacesInScope(scope);
354 }
IDictionary< string, string > IXmlNamespaceResolver. GetNamespacesInScope(XmlNamespaceScope scope)
readonly XmlTextReaderImpl _impl

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