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

◆ GetPropertiesSupported() [2/2]

override bool System.ComponentModel.ExpandableObjectConverter.GetPropertiesSupported ( ITypeDescriptorContext? context)
inlinevirtualinherited

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 13 of file ExpandableObjectConverter.cs.

14 {
15 return true;
16 }