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

◆ WriteComment() [1/2]

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

Definition at line 326 of file XmlEventCache.cs.

327 {
328 AddEvent(XmlEventType.Comment, text);
329 }
void AddEvent(XmlEventType eventType)

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

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