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

◆ ToType() [2/2]

object IConvertible. System.Int16.ToType ( Type type,
IFormatProvider provider )
inline

Definition at line 280 of file Int16.cs.

281 {
282 return Convert.DefaultToType(this, type, provider);
283 }

References System.Convert.DefaultToType(), and System.type.