Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowArgumentNullException() [5/5]

static void System.ThrowHelper.ThrowArgumentNullException ( System::ExceptionArgument argument)
inlinestaticpackage

Definition at line 10 of file ThrowHelper.cs.

11 {
12 throw CreateArgumentNullException(argument);
13 }
static Exception CreateArgumentNullException(System.ExceptionArgument argument)

References System.ThrowHelper.CreateArgumentNullException().