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
ListBindableAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000399 RID: 921
7
[
AttributeUsage
(
AttributeTargets
.All)]
8
public
sealed
class
ListBindableAttribute
:
Attribute
9
{
10
// Token: 0x060017F1 RID: 6129 RVA: 0x00043D2C File Offset: 0x00041F2C
11
public
ListBindableAttribute
(
bool
listBindable
)
12
{
13
}
14
15
// Token: 0x060017F2 RID: 6130 RVA: 0x00043D40 File Offset: 0x00041F40
16
public
ListBindableAttribute
(
BindableSupport
flags)
17
{
18
}
19
20
// Token: 0x17000573 RID: 1395
21
// (get) Token: 0x060017F3 RID: 6131 RVA: 0x00043D54 File Offset: 0x00041F54
22
public
bool
ListBindable
23
{
24
[
CompilerGenerated
]
25
get
26
{
27
return
this.<
ListBindable
>
k__BackingField
;
28
}
29
}
30
31
// Token: 0x060017F4 RID: 6132 RVA: 0x00043D68 File Offset: 0x00041F68
32
public
override
bool
Equals
(
object
obj
)
33
{
34
if
(obj !=
null
)
35
{
36
}
37
return
true
;
38
}
39
40
// Token: 0x060017F5 RID: 6133 RVA: 0x00043D84 File Offset: 0x00041F84
41
public
override
int
GetHashCode
()
42
{
43
return
base
.GetHashCode();
44
}
45
46
// Token: 0x060017F6 RID: 6134 RVA: 0x00043D98 File Offset: 0x00041F98
47
public
override
bool
IsDefaultAttribute
()
48
{
49
if
(!
true
)
50
{
51
}
52
return
true
;
53
}
54
55
// Token: 0x060017F7 RID: 6135 RVA: 0x00043DB4 File Offset: 0x00041FB4
56
// Note: this type is marked as 'beforefieldinit'.
57
static
ListBindableAttribute
()
58
{
59
}
60
61
// Token: 0x0400123B RID: 4667
62
public
static
readonly
ListBindableAttribute
Yes
;
63
64
// Token: 0x0400123C RID: 4668
65
public
static
readonly
ListBindableAttribute
No
;
66
67
// Token: 0x0400123D RID: 4669
68
public
static
readonly
ListBindableAttribute
Default
;
69
70
// Token: 0x0400123E RID: 4670
71
private
bool
_isDefault
;
72
73
// Token: 0x0400123F RID: 4671
74
[
CompilerGenerated
]
75
private
readonly
bool <ListBindable>
k__BackingField
;
76
}
77
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.ListBindableAttribute.GetHashCode
override int GetHashCode()
Definition
ListBindableAttribute.cs:41
System.ComponentModel.ListBindableAttribute.ListBindable
bool ListBindable
Definition
ListBindableAttribute.cs:23
System.ComponentModel.ListBindableAttribute.ListBindableAttribute
static ListBindableAttribute()
Definition
ListBindableAttribute.cs:57
System.ComponentModel.ListBindableAttribute.Equals
override bool Equals(object obj)
Definition
ListBindableAttribute.cs:32
System.ComponentModel.ListBindableAttribute.ListBindableAttribute
ListBindableAttribute(BindableSupport flags)
Definition
ListBindableAttribute.cs:16
System.ComponentModel.ListBindableAttribute.No
static readonly ListBindableAttribute No
Definition
ListBindableAttribute.cs:65
System.ComponentModel.ListBindableAttribute.k__BackingField
readonly bool< ListBindable > k__BackingField
Definition
ListBindableAttribute.cs:75
System.ComponentModel.ListBindableAttribute.Yes
static readonly ListBindableAttribute Yes
Definition
ListBindableAttribute.cs:62
System.ComponentModel.ListBindableAttribute._isDefault
bool _isDefault
Definition
ListBindableAttribute.cs:71
System.ComponentModel.ListBindableAttribute.Default
static readonly ListBindableAttribute Default
Definition
ListBindableAttribute.cs:68
System.ComponentModel.ListBindableAttribute.ListBindableAttribute
ListBindableAttribute(bool listBindable)
Definition
ListBindableAttribute.cs:11
System.ComponentModel.ListBindableAttribute.IsDefaultAttribute
override bool IsDefaultAttribute()
Definition
ListBindableAttribute.cs:47
System.ComponentModel.ListBindableAttribute
Definition
ListBindableAttribute.cs:9
System.ComponentModel.BindableSupport
BindableSupport
Definition
BindableSupport.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.obj
@ obj
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
ComponentModel
ListBindableAttribute.cs
Generated by
1.10.0