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

◆ GetNamespacesInScope()

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

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 257 of file XmlValidatingReader.cs.

258 {
259 return _impl.GetNamespacesInScope(scope);
260 }
IDictionary< string, string > IXmlNamespaceResolver. GetNamespacesInScope(XmlNamespaceScope scope)
readonly XmlValidatingReaderImpl _impl

References System.Xml.XmlValidatingReader._impl, and System.Xml.XmlValidatingReaderImpl.GetNamespacesInScope().