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

◆ LookupPrefix()

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

Definition at line 263 of file QueryOutputWriterV1.cs.

264 {
265 return _wrapped.LookupPrefix(ns);
266 }
string? LookupPrefix(string ns)

References System.Xml.QueryOutputWriterV1._wrapped, and System.Xml.XmlWriter.LookupPrefix().