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

◆ WriteWhitespace() [1/2]

override void System.Xml.XmlEventCache.WriteWhitespace ( string ws)
inline

Definition at line 336 of file XmlEventCache.cs.

337 {
338 AddEvent(XmlEventType.Whitespace, ws);
339 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().

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