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
BooleanConverter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Globalization
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000353 RID: 851
7
public
class
BooleanConverter
:
TypeConverter
8
{
9
// Token: 0x0600164B RID: 5707 RVA: 0x00041404 File Offset: 0x0003F604
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: 0x0600164C RID: 5708 RVA: 0x00041420 File Offset: 0x0003F620
21
public
override
object
ConvertFrom
(
ITypeDescriptorContext
context,
CultureInfo
culture
,
object
value
)
22
{
23
if
(
value
!=
null
)
24
{
25
}
26
return
base
.ConvertFrom(context,
culture
,
value
);
27
}
28
29
// Token: 0x0600164D RID: 5709 RVA: 0x0004145C File Offset: 0x0003F65C
30
public
override
TypeConverter.StandardValuesCollection
GetStandardValues
(
ITypeDescriptorContext
context)
31
{
32
throw
new
ArrayTypeMismatchException
();
33
}
34
35
// Token: 0x0600164E RID: 5710 RVA: 0x00041470 File Offset: 0x0003F670
36
public
override
bool
GetStandardValuesExclusive
(
ITypeDescriptorContext
context)
37
{
38
return
true
;
39
}
40
41
// Token: 0x0600164F RID: 5711 RVA: 0x00041480 File Offset: 0x0003F680
42
public
override
bool
GetStandardValuesSupported
(
ITypeDescriptorContext
context)
43
{
44
return
true
;
45
}
46
47
// Token: 0x06001650 RID: 5712 RVA: 0x00041490 File Offset: 0x0003F690
48
public
BooleanConverter
()
49
{
50
}
51
52
// Token: 0x040011D7 RID: 4567
53
private
static
TypeConverter.StandardValuesCollection
s_values
;
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.ComponentModel.BooleanConverter.GetStandardValuesExclusive
override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Definition
BooleanConverter.cs:36
System.ComponentModel.BooleanConverter.s_values
static TypeConverter.StandardValuesCollection s_values
Definition
BooleanConverter.cs:53
System.ComponentModel.BooleanConverter.ConvertFrom
override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Definition
BooleanConverter.cs:21
System.ComponentModel.BooleanConverter.BooleanConverter
BooleanConverter()
Definition
BooleanConverter.cs:48
System.ComponentModel.BooleanConverter.GetStandardValues
override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Definition
BooleanConverter.cs:30
System.ComponentModel.BooleanConverter.CanConvertFrom
override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Definition
BooleanConverter.cs:10
System.ComponentModel.BooleanConverter.GetStandardValuesSupported
override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Definition
BooleanConverter.cs:42
System.ComponentModel.BooleanConverter
Definition
BooleanConverter.cs:8
System.ComponentModel.TypeConverter.StandardValuesCollection
Definition
TypeConverter.cs:518
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
BooleanConverter.cs
Generated by
1.10.0