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
DefaultPropertyAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000369 RID: 873
7
[
AttributeUsage
(
AttributeTargets
.Class)]
8
public
sealed
class
DefaultPropertyAttribute
:
Attribute
9
{
10
// Token: 0x060016C2 RID: 5826 RVA: 0x0004237C File Offset: 0x0004057C
11
public
DefaultPropertyAttribute
(
string
name
)
12
{
13
}
14
15
// Token: 0x1700052C RID: 1324
16
// (get) Token: 0x060016C3 RID: 5827 RVA: 0x00042390 File Offset: 0x00040590
17
public
string
Name
18
{
19
[
CompilerGenerated
]
20
get
21
{
22
return
this.<
Name
>
k__BackingField
;
23
}
24
}
25
26
// Token: 0x060016C4 RID: 5828 RVA: 0x000423A4 File Offset: 0x000405A4
27
public
override
bool
Equals
(
object
obj
)
28
{
29
if
(obj !=
null
)
30
{
31
}
32
string
text
= this.<
Name
>
k__BackingField
;
33
bool
flag;
34
return
flag;
35
}
36
37
// Token: 0x060016C5 RID: 5829 RVA: 0x000423C0 File Offset: 0x000405C0
38
public
override
int
GetHashCode
()
39
{
40
return
base
.GetHashCode();
41
}
42
43
// Token: 0x060016C6 RID: 5830 RVA: 0x000423D4 File Offset: 0x000405D4
44
// Note: this type is marked as 'beforefieldinit'.
45
static
DefaultPropertyAttribute
()
46
{
47
}
48
49
// Token: 0x040011FC RID: 4604
50
[
CompilerGenerated
]
51
private
readonly
string <Name>
k__BackingField
;
52
53
// Token: 0x040011FD RID: 4605
54
public
static
readonly
DefaultPropertyAttribute
Default
;
55
}
56
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.DefaultPropertyAttribute.GetHashCode
override int GetHashCode()
Definition
DefaultPropertyAttribute.cs:38
System.ComponentModel.DefaultPropertyAttribute.Default
static readonly DefaultPropertyAttribute Default
Definition
DefaultPropertyAttribute.cs:54
System.ComponentModel.DefaultPropertyAttribute.Name
string Name
Definition
DefaultPropertyAttribute.cs:18
System.ComponentModel.DefaultPropertyAttribute.DefaultPropertyAttribute
static DefaultPropertyAttribute()
Definition
DefaultPropertyAttribute.cs:45
System.ComponentModel.DefaultPropertyAttribute.Equals
override bool Equals(object obj)
Definition
DefaultPropertyAttribute.cs:27
System.ComponentModel.DefaultPropertyAttribute.k__BackingField
readonly string< Name > k__BackingField
Definition
DefaultPropertyAttribute.cs:51
System.ComponentModel.DefaultPropertyAttribute.DefaultPropertyAttribute
DefaultPropertyAttribute(string name)
Definition
DefaultPropertyAttribute.cs:11
System.ComponentModel.DefaultPropertyAttribute
Definition
DefaultPropertyAttribute.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
DefaultPropertyAttribute.cs
Generated by
1.10.0