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
StringConverter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003BA RID: 954
8 {
9 // Token: 0x0600196C RID: 6508 RVA: 0x00047188 File Offset: 0x00045388
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: 0x0600196D RID: 6509 RVA: 0x000471AC File Offset: 0x000453AC
21 public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
22 {
23 return base.ConvertFrom(context, culture, value);
24 }
25
26 // Token: 0x0600196E RID: 6510 RVA: 0x000471C4 File Offset: 0x000453C4
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)