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

◆ WriteDocType() [1/2]

override void System.Data.DataTextWriter.WriteDocType ( string name,
string pubid,
string sysid,
string subset )
inline

Definition at line 53 of file DataTextWriter.cs.

54 {
56 }
readonly XmlWriter _xmltextWriter
void WriteDocType(string name, string? pubid, string? sysid, string? subset)

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