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

◆ GetStandardValuesSupported() [2/2]

override bool System.ComponentModel.CultureInfoConverter.GetStandardValuesSupported ( ITypeDescriptorContext? context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 485 of file CultureInfoConverter.cs.

486 {
487 return true;
488 }