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

◆ LookupNamespace() [3/3]

string IXmlNamespaceResolver. System.Xml.XmlTextReaderImpl.LookupNamespace ( string prefix)
inlineprivate

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 2586 of file XmlTextReaderImpl.cs.

2587 {
2588 return LookupNamespace(prefix);
2589 }
override string LookupNamespace(string prefix)

References System.Xml.XmlTextReaderImpl.LookupNamespace(), and System.prefix.