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

◆ Close() [1/2]

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

Reimplemented from System.Xml.XmlWriter.

Definition at line 212 of file XmlAutoDetectWriter.cs.

213 {
214 EnsureWrappedWriter(XmlOutputMethod.Xml);
215 _wrapped.Close();
216 }
void EnsureWrappedWriter(XmlOutputMethod outMethod)
virtual void Close(WriteState currentState)

References System.Xml.XmlAutoDetectWriter._wrapped, System.Xml.XmlRawWriter.Close(), and System.Xml.XmlAutoDetectWriter.EnsureWrappedWriter().