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

◆ GetArgumentName()

static string System.Text.Encodings.Web.ThrowHelper.GetArgumentName ( ExceptionArgument argument)
inlinestaticprivate

Definition at line 13 of file ThrowHelper.cs.

14 {
15 return argument.ToString();
16 }

Referenced by System.Text.Encodings.Web.ThrowHelper.ThrowArgumentNullException().