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
ButtonAttribute.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: 0x02000006 RID: 6
8
[
AttributeUsage
(
AttributeTargets
.Method, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
ButtonAttribute
:
DrawerAttribute
10
{
11
// Token: 0x17000004 RID: 4
12
// (get) Token: 0x0600000C RID: 12 RVA: 0x00002160 File Offset: 0x00000360
13
// (set) Token: 0x0600000D RID: 13 RVA: 0x00002174 File Offset: 0x00000374
14
public
string
Text
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<Text>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
private
set
23
{
24
this.<Text>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x0600000E RID: 14 RVA: 0x00002188 File Offset: 0x00000388
29
public
ButtonAttribute
([Optional]
string
text
)
30
{
31
this.Text
=
text
;
32
}
33
34
// Token: 0x04000007 RID: 7
35
[
CompilerGenerated
]
36
private
string <Text>
k__BackingField
;
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.ButtonAttribute.ButtonAttribute
ButtonAttribute([Optional] string text)
Definition
ButtonAttribute.cs:29
NaughtyAttributes.ButtonAttribute.k__BackingField
string< Text > k__BackingField
Definition
ButtonAttribute.cs:36
NaughtyAttributes.ButtonAttribute
Definition
ButtonAttribute.cs:10
NaughtyAttributes.DrawerAttribute
Definition
DrawerAttribute.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
ButtonAttribute.cs
Generated by
1.10.0