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 )
inlinestatic

Definition at line 285 of file Debug.cs.

286 {
287 Assert(condition, message.ToStringAndClear(), detailMessage.ToStringAndClear());
288 }
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition Debug.cs:258

References System.Diagnostics.Debug.Assert().