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

◆ LookupPrefix()

override string System.Data.DataTextWriter.LookupPrefix ( string ns)
inline

Definition at line 168 of file DataTextWriter.cs.

169 {
170 return _xmltextWriter.LookupPrefix(ns);
171 }
readonly XmlWriter _xmltextWriter
string? LookupPrefix(string ns)

References System.Data.DataTextWriter._xmltextWriter, and System.Xml.XmlWriter.LookupPrefix().