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

◆ WriteEndBase64()

override void System.Xml.XmlEventCache.WriteEndBase64 ( )
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 459 of file XmlEventCache.cs.

460 {
461 AddEvent(XmlEventType.EndBase64);
462 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().