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.
1
using
System
;
2
using
System.Globalization
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x020003BA RID: 954
7
public
class
StringConverter
:
TypeConverter
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
27
public
StringConverter
()
28
{
29
}
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.StringConverter.ConvertFrom
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Definition
StringConverter.cs:21
System.ComponentModel.StringConverter.CanConvertFrom
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Definition
StringConverter.cs:10
System.ComponentModel.StringConverter.StringConverter
StringConverter()
Definition
StringConverter.cs:27
System.ComponentModel.StringConverter
Definition
StringConverter.cs:8
System.ComponentModel.TypeConverter
Definition
TypeConverter.cs:12
System.Globalization.CultureInfo
Definition
CultureInfo.cs:15
System.Type
Definition
Type.cs:12
System.ComponentModel.ITypeDescriptorContext
Definition
ITypeDescriptorContext.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Globalization
Definition
Bootstring.cs:5
System.ExceptionArgument.value
@ value
System.ExceptionArgument.culture
@ culture
System
Definition
__ComObject.cs:4
source
System
ComponentModel
StringConverter.cs
Generated by
1.10.0