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

◆ Flush()

override void System.IO.Stream.SyncStream.Flush ( )
inline

Definition at line 353 of file Stream.cs.

354 {
355 lock (_stream)
356 {
357 _stream.Flush();
358 }
359 }
readonly Stream _stream
Definition Stream.cs:244

References System.IO.Stream.SyncStream._stream, and System.IO.Stream.Flush().