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

◆ ThrowArgumentNullException() [1/5]

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

Definition at line 193 of file ThrowHelper.cs.

194 {
195 throw new ArgumentNullException(GetArgumentName(argument));
196 }
static string GetArgumentName(ExceptionArgument argument)

References System.ThrowHelper.GetArgumentName().