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

◆ ThrowArgumentNullException() [4/5]

static void System.ThrowHelper.ThrowArgumentNullException ( string name,
string message )
inlinestaticpackage

Definition at line 20 of file ThrowHelper.cs.

21 {
22 throw new ArgumentNullException(name, message);
23 }