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

◆ GetStandardValuesExclusive() [2/2]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 40 of file BooleanConverter.cs.

41 {
42 return true;
43 }