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

◆ GetNamespacesInScope()

override IDictionary< string, string > System.Xml.XmlTextReaderImpl.NoNamespaceManager.GetNamespacesInScope ( XmlNamespaceScope scope)
inlinevirtual

Reimplemented from System.Xml.XmlNamespaceManager.

Definition at line 305 of file XmlTextReaderImpl.cs.

306 {
307 return null;
308 }