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
LabelAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x0200000D RID: 13
7
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
8
public
class
LabelAttribute
:
DrawerAttribute
9
{
10
// Token: 0x17000009 RID: 9
11
// (get) Token: 0x06000022 RID: 34 RVA: 0x00002380 File Offset: 0x00000580
12
// (set) Token: 0x06000023 RID: 35 RVA: 0x00002394 File Offset: 0x00000594
13
public
string
Label
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
Label
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
Label
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x06000024 RID: 36 RVA: 0x000023A8 File Offset: 0x000005A8
28
public
LabelAttribute
(
string
label)
29
{
30
this.Label
= label;
31
}
32
33
// Token: 0x0400000D RID: 13
34
[
CompilerGenerated
]
35
private
string <Label>
k__BackingField
;
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.DrawerAttribute
Definition
DrawerAttribute.cs:7
NaughtyAttributes.LabelAttribute.Label
string Label
Definition
LabelAttribute.cs:14
NaughtyAttributes.LabelAttribute.k__BackingField
string< Label > k__BackingField
Definition
LabelAttribute.cs:35
NaughtyAttributes.LabelAttribute.LabelAttribute
LabelAttribute(string label)
Definition
LabelAttribute.cs:28
NaughtyAttributes.LabelAttribute
Definition
LabelAttribute.cs:9
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
LabelAttribute.cs
Generated by
1.10.0