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
DateTimeConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000365 RID: 869
8 {
9 // Token: 0x060016AA RID: 5802 RVA: 0x0004208C File Offset: 0x0004028C
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: 0x060016AB RID: 5803 RVA: 0x000420B0 File Offset: 0x000402B0
22 {
23 if (!true)
24 {
25 }
26 Type type;
27 bool flag = destinationType == type;
28 return true;
29 }
30
31 // Token: 0x060016AC RID: 5804 RVA: 0x000420D4 File Offset: 0x000402D4
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: 0x060016AD RID: 5805 RVA: 0x0004211C File Offset: 0x0004031C
42 {
43 if (!true)
44 {
45 }
46 Type type;
47 bool flag = destinationType == type;
48 if (value != null)
49 {
50 }
51 return base.ConvertTo(context, culture, value, destinationType);
52 }
53
54 // Token: 0x060016AE RID: 5806 RVA: 0x00042184 File Offset: 0x00040384
56 {
57 }
58 }
59}
class f__AnonymousType0<< Count > j__TPar
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)