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

◆ WriteXmlDeclaration() [1/2]

override void System.Xml.XmlEventCache.WriteXmlDeclaration ( string xmldecl)
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 434 of file XmlEventCache.cs.

435 {
436 AddEvent(XmlEventType.XmlDecl2, xmldecl);
437 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().