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
ExpandableObjectConverter.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000376 RID: 886
7 {
8 // Token: 0x0600173D RID: 5949 RVA: 0x00043214 File Offset: 0x00041414
10 {
11 }
12
13 // Token: 0x0600173E RID: 5950 RVA: 0x00043228 File Offset: 0x00041428
15 {
16 if (!true)
17 {
18 }
19 return TypeDescriptor.GetProperties(value, attributes);
20 }
21
22 // Token: 0x0600173F RID: 5951 RVA: 0x00043240 File Offset: 0x00041440
23 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
24 {
25 return true;
26 }
27 }
28}
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
override bool GetPropertiesSupported(ITypeDescriptorContext context)
static PropertyDescriptorCollection GetProperties(Type componentType)