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

◆ GetStandardValuesSupported() [2/2]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 45 of file BooleanConverter.cs.

46 {
47 return true;
48 }