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

◆ Close()

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

Reimplemented from System.Xml.XmlWriter.

Definition at line 253 of file QueryOutputWriterV1.cs.

254 {
255 _wrapped.Close();
256 }
virtual void Close()
Definition XmlWriter.cs:110

References System.Xml.QueryOutputWriterV1._wrapped, and System.Xml.XmlWriter.Close().