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

◆ ThrowWrongValueTypeArgumentException< T >()

static void System.ThrowHelper.ThrowWrongValueTypeArgumentException< T > ( T value,
Type targetType )
inlinestaticpackage

Definition at line 146 of file ThrowHelper.cs.

147 {
149 }
static ArgumentException GetWrongValueTypeArgumentException(object value, Type targetType)

References System.ThrowHelper.GetWrongValueTypeArgumentException(), and System.value.