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

◆ Dispose() [2/2]

override void System.Xml.XmlDictionaryWriter.Dispose ( bool disposing)
inlineprotectedvirtualinherited

Reimplemented from System.Xml.XmlWriter.

Definition at line 918 of file XmlDictionaryWriter.cs.

919 {
920 if (disposing && WriteState != WriteState.Closed)
921 {
922 Close();
923 }
924 }

References System.Xml.XmlDictionaryWriter.Close(), and System.Xml.Dictionary.

Referenced by System.Xml.XmlDictionaryAsyncCheckWriter.Dispose().