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

◆ LookupPrefix()

override string System.Xml.XmlWrappingWriter.LookupPrefix ( string ns)
inline

Definition at line 137 of file XmlWrappingWriter.cs.

138 {
139 return writer.LookupPrefix(ns);
140 }
string? LookupPrefix(string ns)

References System.Xml.XmlWriter.LookupPrefix(), and System.Xml.XmlWrappingWriter.writer.