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

◆ Flush()

override void System.Xml.QueryOutputWriter.Flush ( )
inline

Definition at line 297 of file QueryOutputWriter.cs.

298 {
299 _wrapped.Flush();
300 }
readonly XmlRawWriter _wrapped

References System.Xml.QueryOutputWriter._wrapped, and System.Xml.XmlWriter.Flush().