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

◆ GetProperties() [2/3]

override PropertyDescriptorCollection System.ComponentModel.ComponentConverter.GetProperties ( ITypeDescriptorContext? context,
object value,
Attribute?[] attributes )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 13 of file ComponentConverter.cs.

14 {
15 return TypeDescriptor.GetProperties(value, attributes);
16 }

References System.ComponentModel.TypeDescriptor.GetProperties(), and System.value.