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

◆ WriteDocType() [1/2]

override void System.Xml.QueryOutputWriter.WriteDocType ( string name,
string pubid,
string sysid,
string subset )
inline

Definition at line 100 of file QueryOutputWriter.cs.

101 {
102 if (_publicId == null && _systemId == null)
103 {
105 }
106 }
readonly XmlRawWriter _wrapped
override void WriteDocType(string name, string pubid, string sysid, string subset)

References System.Xml.QueryOutputWriter._publicId, System.Xml.QueryOutputWriter._systemId, System.Xml.QueryOutputWriter._wrapped, and System.Xml.XmlRawWriter.WriteDocType().