Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IndentSize
int System.Diagnostics.Trace.IndentSize
static
get
set
Definition at line
57
of file
Trace.cs
.
58
{
59
get
60
{
61
return
TraceInternal.IndentSize;
62
}
63
set
64
{
65
TraceInternal.IndentSize =
value
;
66
}
67
}
System.ExceptionArgument.value
@ value
System
Diagnostics
Trace
Generated by
1.10.0