terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetProperties() [2/3]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 14 of file ExpandableObjectConverter.cs.

15 {
16 if (!true)
17 {
18 }
19 return TypeDescriptor.GetProperties(value, attributes);
20 }

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