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.
1
using
System
;
2
using
System.Globalization
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000356 RID: 854
7
public
class
CharConverter
:
TypeConverter
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
21
public
override
object
ConvertTo
(
ITypeDescriptorContext
context,
CultureInfo
culture
,
object
value
,
Type
destinationType
)
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
44
public
CharConverter
()
45
{
46
}
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.CharConverter.ConvertFrom
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Definition
CharConverter.cs:35
System.ComponentModel.CharConverter.CharConverter
CharConverter()
Definition
CharConverter.cs:44
System.ComponentModel.CharConverter.CanConvertFrom
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Definition
CharConverter.cs:10
System.ComponentModel.CharConverter.ConvertTo
override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Definition
CharConverter.cs:21
System.ComponentModel.CharConverter
Definition
CharConverter.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
CharConverter.cs
Generated by
1.10.0