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
BooleanConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000353 RID: 851
8 {
9 // Token: 0x0600164B RID: 5707 RVA: 0x00041404 File Offset: 0x0003F604
10 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
11 {
12 if (!true)
13 {
14 }
15 Type type;
16 bool flag = sourceType == type;
17 return true;
18 }
19
20 // Token: 0x0600164C RID: 5708 RVA: 0x00041420 File Offset: 0x0003F620
21 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
22 {
23 if (value != null)
24 {
25 }
26 return base.ConvertFrom(context, culture, value);
27 }
28
29 // Token: 0x0600164D RID: 5709 RVA: 0x0004145C File Offset: 0x0003F65C
34
35 // Token: 0x0600164E RID: 5710 RVA: 0x00041470 File Offset: 0x0003F670
37 {
38 return true;
39 }
40
41 // Token: 0x0600164F RID: 5711 RVA: 0x00041480 File Offset: 0x0003F680
43 {
44 return true;
45 }
46
47 // Token: 0x06001650 RID: 5712 RVA: 0x00041490 File Offset: 0x0003F690
49 {
50 }
51
52 // Token: 0x040011D7 RID: 4567
54 }
55}
class f__AnonymousType0<< Count > j__TPar
override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
static TypeConverter.StandardValuesCollection s_values
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
override bool GetStandardValuesSupported(ITypeDescriptorContext context)