Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Terminate()
static
string
System.Diagnostics.DebugProvider.DebugAssertException.Terminate
(
string
s
)
inline
static
private
Definition at line
14
of file
DebugProvider.cs
.
15
{
16
if
(
s
==
null
)
17
{
18
return
s
;
19
}
20
s
=
s
.Trim();
21
if
(
s
.Length > 0)
22
{
23
s
+=
"\r\n"
;
24
}
25
return
s
;
26
}
System.ExceptionArgument.s
@ s
References
System.s
.
System
Diagnostics
DebugProvider
DebugAssertException
Generated by
1.10.0