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
CollectionConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003D8 RID: 984
8 {
9 // Token: 0x060019FD RID: 6653 RVA: 0x00047ED4 File Offset: 0x000460D4
11 {
12 if (!true)
13 {
14 }
15 Type type;
16 bool flag = destinationType == type;
17 if (value != null)
18 {
19 string @string = SR.GetString("(Collection)");
20 }
21 object obj;
22 return obj;
23 }
24
25 // Token: 0x060019FE RID: 6654 RVA: 0x00047F00 File Offset: 0x00046100
27 {
28 }
29
30 // Token: 0x060019FF RID: 6655 RVA: 0x00047F10 File Offset: 0x00046110
31 public override bool GetPropertiesSupported(ITypeDescriptorContext context)
32 {
33 }
34
35 // Token: 0x06001A00 RID: 6656 RVA: 0x00047F20 File Offset: 0x00046120
37 {
38 }
39 }
40}
class f__AnonymousType0<< Count > j__TPar
static string GetString(string name, params object[] args)
Definition SR.cs:9
Definition SR.cs:7
override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
override bool GetPropertiesSupported(ITypeDescriptorContext context)