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

◆ WriteCharEntity()

override void System.Xml.XmlEventCache.WriteCharEntity ( char ch)
inline

Definition at line 373 of file XmlEventCache.cs.

374 {
375 AddEvent(XmlEventType.CharEnt, ch);
376 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent(), and System.ch.