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
DefaultEventAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000368 RID: 872
7
[
AttributeUsage
(
AttributeTargets
.Class)]
8
public
sealed
class
DefaultEventAttribute
:
Attribute
9
{
10
// Token: 0x060016BD RID: 5821 RVA: 0x0004230C File Offset: 0x0004050C
11
public
DefaultEventAttribute
(
string
name
)
12
{
13
this.Name
=
name
;
14
}
15
16
// Token: 0x1700052B RID: 1323
17
// (get) Token: 0x060016BE RID: 5822 RVA: 0x00042328 File Offset: 0x00040528
18
public
string
Name
19
{
20
[
CompilerGenerated
]
21
get
22
{
23
return
this.<
Name
>
k__BackingField
;
24
}
25
}
26
27
// Token: 0x060016BF RID: 5823 RVA: 0x0004233C File Offset: 0x0004053C
28
public
override
bool
Equals
(
object
obj
)
29
{
30
if
(obj !=
null
)
31
{
32
}
33
string
text
= this.<
Name
>
k__BackingField
;
34
bool
flag;
35
return
flag;
36
}
37
38
// Token: 0x060016C0 RID: 5824 RVA: 0x00042358 File Offset: 0x00040558
39
public
override
int
GetHashCode
()
40
{
41
return
base
.GetHashCode();
42
}
43
44
// Token: 0x060016C1 RID: 5825 RVA: 0x0004236C File Offset: 0x0004056C
45
// Note: this type is marked as 'beforefieldinit'.
46
static
DefaultEventAttribute
()
47
{
48
}
49
50
// Token: 0x040011FA RID: 4602
51
[
CompilerGenerated
]
52
private
readonly
string <Name>
k__BackingField
;
53
54
// Token: 0x040011FB RID: 4603
55
public
static
readonly
DefaultEventAttribute
Default
;
56
}
57
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.DefaultEventAttribute.Equals
override bool Equals(object obj)
Definition
DefaultEventAttribute.cs:28
System.ComponentModel.DefaultEventAttribute.DefaultEventAttribute
DefaultEventAttribute(string name)
Definition
DefaultEventAttribute.cs:11
System.ComponentModel.DefaultEventAttribute.Name
string Name
Definition
DefaultEventAttribute.cs:19
System.ComponentModel.DefaultEventAttribute.Default
static readonly DefaultEventAttribute Default
Definition
DefaultEventAttribute.cs:55
System.ComponentModel.DefaultEventAttribute.k__BackingField
readonly string< Name > k__BackingField
Definition
DefaultEventAttribute.cs:52
System.ComponentModel.DefaultEventAttribute.GetHashCode
override int GetHashCode()
Definition
DefaultEventAttribute.cs:39
System.ComponentModel.DefaultEventAttribute.DefaultEventAttribute
static DefaultEventAttribute()
Definition
DefaultEventAttribute.cs:46
System.ComponentModel.DefaultEventAttribute
Definition
DefaultEventAttribute.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
DefaultEventAttribute.cs
Generated by
1.10.0