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

◆ Dispose() [2/2]

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

Reimplemented from System.Xml.XmlWriter.

Definition at line 192 of file XmlWrappingWriter.cs.

193 {
194 if (disposing)
195 {
196 ((IDisposable)writer).Dispose();
197 }
198 }

References System.Xml.Dictionary, and System.Xml.XmlWrappingWriter.writer.