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

◆ LookupNamespace()

override string System.Xml.XmlTextReaderImpl.NoNamespaceManager.LookupNamespace ( string prefix)
inlinevirtual

Reimplemented from System.Xml.XmlNamespaceManager.

Definition at line 310 of file XmlTextReaderImpl.cs.

311 {
312 return string.Empty;
313 }