Click or drag to resize
TextWriterFlush Method
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual void Flush()
See Also