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
)
inline
static
Definition at line
270
of file
Debug.cs
.
271
{
272
Assert
(condition, message.ToStringAndClear());
273
}
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