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

◆ WriteDocType() [1/2]

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

Definition at line 301 of file XmlEventCache.cs.

302 {
303 AddEvent(XmlEventType.DocType, name, pubid, sysid, subset);
304 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().