Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Assert()
[6/6]
static void System.Diagnostics.Debug.Assert
(
[DoesNotReturnIf(false)]
bool
condition
,
string
?
message
,
string
?
detailMessage
)
inline
static
Definition at line
276
of file
Debug.cs
.
277
{
278
if
(!condition)
279
{
280
Fail
(message, detailMessage);
281
}
282
}
System.Diagnostics.Debug.Fail
static void Fail(string? message)
Definition
Debug.cs:313
References
System.Diagnostics.Debug.Fail()
.
System
Diagnostics
Debug
Generated by
1.10.0