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

◆ WriteSurrogateCharEntity()

override void System.Xml.XmlEventCache.WriteSurrogateCharEntity ( char lowChar,
char highChar )
inline

Definition at line 378 of file XmlEventCache.cs.

379 {
380 char[] o = new char[2] { lowChar, highChar };
381 AddEvent(XmlEventType.SurrCharEnt, o);
382 }
void AddEvent(XmlEventType eventType)

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