Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Assert()
[4/6]
static void System.Diagnostics.Debug.Assert
(
[DoesNotReturnIf(false)]
bool
condition
,
string
?
message
)
inline
static
Definition at line
264
of file
Debug.cs
.
265
{
266
Assert
(condition, message,
string
.
Empty
);
267
}
System.Diagnostics.Debug.Assert
static void Assert([DoesNotReturnIf(false)] bool condition)
Definition
Debug.cs:258
System.TypeCode.Empty
@ Empty
References
System.Diagnostics.Debug.Assert()
.
System
Diagnostics
Debug
Generated by
1.10.0