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
DefaultBindingPropertyAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000367 RID: 871
7
[
AttributeUsage
(
AttributeTargets
.Class)]
8
public
sealed
class
DefaultBindingPropertyAttribute
:
Attribute
9
{
10
// Token: 0x060016B7 RID: 5815 RVA: 0x00042288 File Offset: 0x00040488
11
public
DefaultBindingPropertyAttribute
()
12
{
13
}
14
15
// Token: 0x060016B8 RID: 5816 RVA: 0x0004229C File Offset: 0x0004049C
16
public
DefaultBindingPropertyAttribute
(
string
name
)
17
{
18
this.Name
=
name
;
19
}
20
21
// Token: 0x1700052A RID: 1322
22
// (get) Token: 0x060016B9 RID: 5817 RVA: 0x000422B8 File Offset: 0x000404B8
23
public
string
Name
24
{
25
[
CompilerGenerated
]
26
get
27
{
28
return
this.<
Name
>
k__BackingField
;
29
}
30
}
31
32
// Token: 0x060016BA RID: 5818 RVA: 0x000422CC File Offset: 0x000404CC
33
public
override
bool
Equals
(
object
obj
)
34
{
35
if
(obj !=
null
)
36
{
37
}
38
string
text
= this.<
Name
>
k__BackingField
;
39
bool
flag;
40
return
flag;
41
}
42
43
// Token: 0x060016BB RID: 5819 RVA: 0x000422E8 File Offset: 0x000404E8
44
public
override
int
GetHashCode
()
45
{
46
return
base
.GetHashCode();
47
}
48
49
// Token: 0x060016BC RID: 5820 RVA: 0x000422FC File Offset: 0x000404FC
50
// Note: this type is marked as 'beforefieldinit'.
51
static
DefaultBindingPropertyAttribute
()
52
{
53
}
54
55
// Token: 0x040011F8 RID: 4600
56
[
CompilerGenerated
]
57
private
readonly
string <Name>
k__BackingField
;
58
59
// Token: 0x040011F9 RID: 4601
60
public
static
readonly
DefaultBindingPropertyAttribute
Default
;
61
}
62
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.DefaultBindingPropertyAttribute.GetHashCode
override int GetHashCode()
Definition
DefaultBindingPropertyAttribute.cs:44
System.ComponentModel.DefaultBindingPropertyAttribute.k__BackingField
readonly string< Name > k__BackingField
Definition
DefaultBindingPropertyAttribute.cs:57
System.ComponentModel.DefaultBindingPropertyAttribute.DefaultBindingPropertyAttribute
DefaultBindingPropertyAttribute(string name)
Definition
DefaultBindingPropertyAttribute.cs:16
System.ComponentModel.DefaultBindingPropertyAttribute.DefaultBindingPropertyAttribute
DefaultBindingPropertyAttribute()
Definition
DefaultBindingPropertyAttribute.cs:11
System.ComponentModel.DefaultBindingPropertyAttribute.DefaultBindingPropertyAttribute
static DefaultBindingPropertyAttribute()
Definition
DefaultBindingPropertyAttribute.cs:51
System.ComponentModel.DefaultBindingPropertyAttribute.Equals
override bool Equals(object obj)
Definition
DefaultBindingPropertyAttribute.cs:33
System.ComponentModel.DefaultBindingPropertyAttribute.Default
static readonly DefaultBindingPropertyAttribute Default
Definition
DefaultBindingPropertyAttribute.cs:60
System.ComponentModel.DefaultBindingPropertyAttribute.Name
string Name
Definition
DefaultBindingPropertyAttribute.cs:24
System.ComponentModel.DefaultBindingPropertyAttribute
Definition
DefaultBindingPropertyAttribute.cs:9
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.name
@ name
System.ExceptionArgument.obj
@ obj
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
ComponentModel
DefaultBindingPropertyAttribute.cs
Generated by
1.10.0