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.ArrayConverter.GetProperties ( ITypeDescriptorContext context,
object value,
Attribute[] attributes )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 24 of file ArrayConverter.cs.

25 {
26 if (value != null)
27 {
28 bool isArray = value.GetType().IsArray;
29 Type type = value.GetType();
30 }
32 }
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), and System.value.