Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NewLine
override
string
System.IO.TextWriter.SyncTextWriter.NewLine
get
set
Definition at line
57
of file
TextWriter.cs
.
58
{
59
[
MethodImpl
(
MethodImplOptions
.Synchronized)]
60
get
61
{
62
return
_out
.
NewLine
;
63
}
64
[
MethodImpl
(
MethodImplOptions
.Synchronized)]
65
[param: AllowNull]
66
set
67
{
68
_out.NewLine =
value
;
69
}
70
}
System.IO.TextWriter.SyncTextWriter._out
readonly TextWriter _out
Definition
TextWriter.cs:51
System.IO.TextWriter.NewLine
virtual string NewLine
Definition
TextWriter.cs:465
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
System.ExceptionArgument.value
@ value
System
IO
TextWriter
SyncTextWriter
Generated by
1.10.0