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

◆ WriteXmlDeclaration() [2/2]

override void System.Xml.XmlEventCache.WriteXmlDeclaration ( XmlStandalone standalone)
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 429 of file XmlEventCache.cs.

430 {
431 AddEvent(XmlEventType.XmlDecl1, standalone);
432 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().