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

◆ GetPropertiesSupported() [2/2]

override bool System.ComponentModel.ComponentConverter.GetPropertiesSupported ( ITypeDescriptorContext? context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 18 of file ComponentConverter.cs.

19 {
20 return true;
21 }