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

◆ Assert() [2/6]

static void System.Diagnostics.Debug.Assert ( [DoesNotReturnIf(false)] bool condition,
[InterpolatedStringHandlerArgument("condition")] ref AssertInterpolatedStringHandler message )
inlinestatic

Definition at line 270 of file Debug.cs.

271 {
272 Assert(condition, message.ToStringAndClear());
273 }
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition Debug.cs:258

References System.Diagnostics.Debug.Assert().