Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ThrowArgumentNullException()
[1/5]
static
void
System.ThrowHelper.ThrowArgumentNullException
(
ExceptionArgument
argument
)
inline
static
package
Definition at line
193
of file
ThrowHelper.cs
.
194
{
195
throw
new
ArgumentNullException(
GetArgumentName
(
argument
));
196
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ThrowHelper.GetArgumentName
static string GetArgumentName(ExceptionArgument argument)
Definition
ThrowHelper.cs:514
References
System.ThrowHelper.GetArgumentName()
.
System
ThrowHelper
Generated by
1.10.0