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
ComponentConverter.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003DB RID: 987
7 {
8 // Token: 0x06001A13 RID: 6675 RVA: 0x0004813C File Offset: 0x0004633C
10 {
11 if (!true)
12 {
13 }
14 base..ctor(type);
15 }
16
17 // Token: 0x06001A14 RID: 6676 RVA: 0x00048154 File Offset: 0x00046354
19 {
20 if (!true)
21 {
22 }
23 return TypeDescriptor.GetProperties(value, attributes);
24 }
25
26 // Token: 0x06001A15 RID: 6677 RVA: 0x0004816C File Offset: 0x0004636C
27 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
28 {
29 return true;
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
override bool GetPropertiesSupported(ITypeDescriptorContext context)
static PropertyDescriptorCollection GetProperties(Type componentType)