xtd 0.2.0
Loading...
Searching...
No Matches

◆ auto_flush_out() [2/2]

static void xtd::console::auto_flush_out ( bool  value)
static

Sets a value indicating whether the xtd::console::out will flush its buffer to the underlying stream after every call to xtd::console::write and xtd::console::write_line.

Parameters
valuetrue to force xtd::console::out to flush its buffer; otherwise, false. The default value is true.