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

◆ Dispose() [2/2]

override void System.Xml.XmlEventCache.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 414 of file XmlEventCache.cs.

415 {
416 try
417 {
418 if (disposing)
419 {
420 AddEvent(XmlEventType.Dispose);
421 }
422 }
423 finally
424 {
425 base.Dispose(disposing);
426 }
427 }
void AddEvent(XmlEventType eventType)

References System.Xml.XmlEventCache.AddEvent().