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

◆ Close() [1/2]

override void System.Xml.XmlEventCache.Close ( )
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 394 of file XmlEventCache.cs.

395 {
396 AddEvent(XmlEventType.Close);
397 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().