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
GroupAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
NaughtyAttributes
6
{
7
// Token: 0x0200001A RID: 26
8
public
abstract
class
GroupAttribute
:
NaughtyAttribute
9
{
10
// Token: 0x17000013 RID: 19
11
// (get) Token: 0x06000043 RID: 67 RVA: 0x0000263C File Offset: 0x0000083C
12
// (set) Token: 0x06000044 RID: 68 RVA: 0x00002650 File Offset: 0x00000850
13
public
string
Name
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
Name
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
Name
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x17000014 RID: 20
28
// (get) Token: 0x06000045 RID: 69 RVA: 0x00002664 File Offset: 0x00000864
29
// (set) Token: 0x06000046 RID: 70 RVA: 0x00002678 File Offset: 0x00000878
30
public
int
GroupOrder
31
{
32
[
CompilerGenerated
]
33
get
34
{
35
return
this.<
GroupOrder
>
k__BackingField
;
36
}
37
[
CompilerGenerated
]
38
private
set
39
{
40
this.<
GroupOrder
>
k__BackingField
=
value
;
41
}
42
}
43
44
// Token: 0x17000015 RID: 21
45
// (get) Token: 0x06000047 RID: 71 RVA: 0x0000268C File Offset: 0x0000088C
46
// (set) Token: 0x06000048 RID: 72 RVA: 0x000026A0 File Offset: 0x000008A0
47
public
string
ParentGroup
48
{
49
[
CompilerGenerated
]
50
get
51
{
52
return
this.<
ParentGroup
>
k__BackingField
;
53
}
54
[
CompilerGenerated
]
55
private
set
56
{
57
this.<
ParentGroup
>
k__BackingField
=
value
;
58
}
59
}
60
61
// Token: 0x17000016 RID: 22
62
// (get) Token: 0x06000049 RID: 73 RVA: 0x000026B4 File Offset: 0x000008B4
63
// (set) Token: 0x0600004A RID: 74 RVA: 0x000026C8 File Offset: 0x000008C8
64
public
string
DisplayChildGroupCondition
65
{
66
[
CompilerGenerated
]
67
get
68
{
69
return
this.<
DisplayChildGroupCondition
>
k__BackingField
;
70
}
71
[
CompilerGenerated
]
72
private
set
73
{
74
this.<
DisplayChildGroupCondition
>
k__BackingField
=
value
;
75
}
76
}
77
78
// Token: 0x0600004B RID: 75 RVA: 0x000026DC File Offset: 0x000008DC
79
public
GroupAttribute
(
string
name
,
int
groupOrder
= -1, [Optional]
string
parentGroup
, [Optional]
string
displayChildGroupCondition
)
80
{
81
this.Name
=
name
;
82
this.GroupOrder
=
groupOrder
;
83
this.ParentGroup
=
parentGroup
;
84
this.DisplayChildGroupCondition
=
displayChildGroupCondition
;
85
}
86
87
// Token: 0x04000021 RID: 33
88
[
CompilerGenerated
]
89
private
string <Name>
k__BackingField
;
90
91
// Token: 0x04000022 RID: 34
92
[
CompilerGenerated
]
93
private
int <GroupOrder>
k__BackingField
;
94
95
// Token: 0x04000023 RID: 35
96
[
CompilerGenerated
]
97
private
string <ParentGroup>
k__BackingField
;
98
99
// Token: 0x04000024 RID: 36
100
[
CompilerGenerated
]
101
private
string <DisplayChildGroupCondition>
k__BackingField
;
102
}
103
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.GroupAttribute.Name
string Name
Definition
GroupAttribute.cs:14
NaughtyAttributes.GroupAttribute.DisplayChildGroupCondition
string DisplayChildGroupCondition
Definition
GroupAttribute.cs:65
NaughtyAttributes.GroupAttribute.k__BackingField
string< ParentGroup > k__BackingField
Definition
GroupAttribute.cs:97
NaughtyAttributes.GroupAttribute.ParentGroup
string ParentGroup
Definition
GroupAttribute.cs:48
NaughtyAttributes.GroupAttribute.k__BackingField
string< Name > k__BackingField
Definition
GroupAttribute.cs:89
NaughtyAttributes.GroupAttribute.k__BackingField
int< GroupOrder > k__BackingField
Definition
GroupAttribute.cs:93
NaughtyAttributes.GroupAttribute.GroupAttribute
GroupAttribute(string name, int groupOrder=-1, [Optional] string parentGroup, [Optional] string displayChildGroupCondition)
Definition
GroupAttribute.cs:79
NaughtyAttributes.GroupAttribute.k__BackingField
string< DisplayChildGroupCondition > k__BackingField
Definition
GroupAttribute.cs:101
NaughtyAttributes.GroupAttribute.GroupOrder
int GroupOrder
Definition
GroupAttribute.cs:31
NaughtyAttributes.GroupAttribute
Definition
GroupAttribute.cs:9
NaughtyAttributes.NaughtyAttribute
Definition
NaughtyAttribute.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
GroupAttribute.cs
Generated by
1.10.0