Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AutoFlush
virtual
bool
System.IO.StreamWriter.AutoFlush
get
set
Definition at line
40
of file
StreamWriter.cs
.
41
{
42
get
43
{
44
return
_autoFlush
;
45
}
46
set
47
{
48
CheckAsyncTaskInProgress
();
49
_autoFlush
=
value
;
50
if
(
value
)
51
{
52
Flush
(flushStream: true, flushEncoder: false);
53
}
54
}
55
}
System.IO.StreamWriter.CheckAsyncTaskInProgress
void CheckAsyncTaskInProgress()
Definition
StreamWriter.cs:61
System.IO.StreamWriter.Flush
override void Flush()
Definition
StreamWriter.cs:267
System.IO.StreamWriter._autoFlush
bool _autoFlush
Definition
StreamWriter.cs:28
System.ExceptionArgument.value
@ value
System
IO
StreamWriter
Generated by
1.10.0