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

◆ Flush()

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

Definition at line 2228 of file XmlWellFormedWriter.cs.

2229 {
2230 try
2231 {
2232 _writer.Flush();
2233 }
2234 catch
2235 {
2236 _currentState = State.Error;
2237 throw;
2238 }
2239 }

References System.Xml.XmlWellFormedWriter._currentState, System.Xml.XmlWellFormedWriter._writer, and System.Xml.XmlWriter.Flush().