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

◆ ThrowWrongKeyTypeArgumentException< T >()

static void System.ThrowHelper.ThrowWrongKeyTypeArgumentException< T > ( T key,
Type targetType )
inlinestaticpackage

Definition at line 140 of file ThrowHelper.cs.

141 {
143 }
static ArgumentException GetWrongKeyTypeArgumentException(object key, Type targetType)

References System.ThrowHelper.GetWrongKeyTypeArgumentException(), and System.key.