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

◆ WriteCData() [1/2]

override void System.Xml.XmlEventCache.WriteCData ( string text)
inline

Definition at line 321 of file XmlEventCache.cs.

322 {
323 AddEvent(XmlEventType.CData, text);
324 }
void AddEvent(XmlEventType eventType)

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

Referenced by System.Xml.XmlAutoDetectWriter.WriteCData().