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

◆ ThrowMinMaxException< T >()

static void System.Math.ThrowMinMaxException< T > ( T min,
T max )
inlinestaticprivate

Definition at line 1282 of file Math.cs.

1283 {
1284 throw new ArgumentException(SR.Format(SR.Argument_MinMaxValue, min, max));
1285 }

References System.SR.Argument_MinMaxValue, and System.SR.Format().