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
TimeSpanConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003BC RID: 956
8 {
9 // Token: 0x06001972 RID: 6514 RVA: 0x00047218 File Offset: 0x00045418
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: 0x06001973 RID: 6515 RVA: 0x0004723C File Offset: 0x0004543C
22 {
23 if (!true)
24 {
25 }
26 Type type;
27 bool flag = destinationType == type;
28 return true;
29 }
30
31 // Token: 0x06001974 RID: 6516 RVA: 0x00047260 File Offset: 0x00045460
32 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
33 {
34 if (value != null)
35 {
36 }
37 return base.ConvertFrom(context, culture, value);
38 }
39
40 // Token: 0x06001975 RID: 6517 RVA: 0x0004729C File Offset: 0x0004549C
42 {
43 if (!true)
44 {
45 }
46 Type type;
47 bool flag = destinationType == type;
48 Type type2;
49 if (value == null || ((type2 == null || type2 != null) && (value == null || value != null)))
50 {
51 object obj;
52 return obj;
53 }
55 }
56
57 // Token: 0x06001976 RID: 6518 RVA: 0x000472D0 File Offset: 0x000454D0
59 {
60 }
61 }
62}
class f__AnonymousType0<< Count > j__TPar
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)