Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Argument()
[1/2]
static void System.Collections.Immutable.Requires.Argument
(
bool
condition
)
inline
static
Definition at line
68
of file
Requires.cs
.
69
{
70
if
(!condition)
71
{
72
throw
new
ArgumentException
();
73
}
74
}
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System
Collections
Immutable
Requires
Generated by
1.10.0