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

◆ LookupNamespace() [1/2]

override? string System.Xml.XmlTextReader.LookupNamespace ( string prefix)
inline

Implements System.Xml.IXmlNamespaceResolver.

Definition at line 305 of file XmlTextReader.cs.

306 {
308 if (text != null && text.Length == 0)
309 {
310 text = null;
311 }
312 return text;
313 }
override string LookupNamespace(string prefix)
readonly XmlTextReaderImpl _impl

References System.Xml.XmlTextReader._impl, System.Xml.XmlTextReaderImpl.LookupNamespace(), System.prefix, and System.text.