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

◆ GetProperties() [2/3]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 8 of file ExpandableObjectConverter.cs.

9 {
10 return TypeDescriptor.GetProperties(value, attributes);
11 }

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