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

◆ ChangeType() [1/2]

override object System.DefaultBinder.ChangeType ( object value,
Type type,
CultureInfo cultureInfo )
inline

Definition at line 618 of file DefaultBinder.cs.

619 {
620 throw new NotSupportedException(SR.NotSupported_ChangeType);
621 }

References System.SR.NotSupported_ChangeType.