Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Terminate()

static string System.Diagnostics.DebugProvider.DebugAssertException.Terminate ( string s)
inlinestaticprivate

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 }

References System.s.