Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CheckArgumentNull< T >()
static void DataSetUtil.CheckArgumentNull<
T
>
(
T
argumentValue
,
string
argumentName
)
inline
static
package
Type Constraints
T
:
class
Definition at line
21
of file
DataSetUtil.cs
.
21
:
class
22
{
23
if
(argumentValue ==
null
)
24
{
25
throw
ArgumentNull
(argumentName);
26
}
27
}
System.ParseFailureKind.ArgumentNull
@ ArgumentNull
References
System.ArgumentNull
.
DataSetUtil
Generated by
1.10.0