Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Assert()
[3/6]
static void System.Diagnostics.Debug.Assert
(
[DoesNotReturnIf(false)]
bool
condition
,
[InterpolatedStringHandlerArgument("condition")] ref
AssertInterpolatedStringHandler
message
,
[InterpolatedStringHandlerArgument("condition")] ref
AssertInterpolatedStringHandler
detailMessage
)
inline
static
Definition at line
285
of file
Debug.cs
.
286
{
287
Assert
(condition, message.ToStringAndClear(), detailMessage.ToStringAndClear());
288
}
System.Diagnostics.Debug.Assert
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition
Debug.cs:258
References
System.Diagnostics.Debug.Assert()
.
System
Diagnostics
Debug
Generated by
1.10.0