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

◆ Assert() [1/6]

static void System.Diagnostics.Debug.Assert ( [DoesNotReturnIf(false)] bool condition)
inlinestatic

Definition at line 258 of file Debug.cs.

259 {
260 Assert(condition, string.Empty, string.Empty);
261 }
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition Debug.cs:258

References System.Diagnostics.Debug.Assert().

Referenced by System.Diagnostics.Debug.Assert(), System.Diagnostics.Debug.Assert(), System.Diagnostics.Debug.Assert(), System.Diagnostics.Debug.Assert(), and System.Diagnostics.Debug.Assert().