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
CharConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000356 RID: 854
8 {
9 // Token: 0x0600165A RID: 5722 RVA: 0x000415A4 File Offset: 0x0003F7A4
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: 0x0600165B RID: 5723 RVA: 0x000415C8 File Offset: 0x0003F7C8
22 {
23 if (!true)
24 {
25 }
26 Type type;
27 bool flag = destinationType == type;
28 if (value != null)
29 {
30 }
31 return base.ConvertTo(context, culture, value, destinationType);
32 }
33
34 // Token: 0x0600165C RID: 5724 RVA: 0x000415F8 File Offset: 0x0003F7F8
35 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
36 {
37 if (value != null)
38 {
39 }
40 return base.ConvertFrom(context, culture, value);
41 }
42
43 // Token: 0x0600165D RID: 5725 RVA: 0x00041634 File Offset: 0x0003F834
45 {
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)