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
DropdownAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x02000009 RID: 9
7
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
8
public
class
DropdownAttribute
:
DrawerAttribute
9
{
10
// Token: 0x17000005 RID: 5
11
// (get) Token: 0x06000012 RID: 18 RVA: 0x000021FC File Offset: 0x000003FC
12
// (set) Token: 0x06000013 RID: 19 RVA: 0x00002210 File Offset: 0x00000410
13
public
string
ValuesFieldName
14
{
15
[
CompilerGenerated
]
16
get
17
{
18
return
this.<
ValuesFieldName
>
k__BackingField
;
19
}
20
[
CompilerGenerated
]
21
private
set
22
{
23
this.<
ValuesFieldName
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x06000014 RID: 20 RVA: 0x00002224 File Offset: 0x00000424
28
public
DropdownAttribute
(
string
valuesFieldName
)
29
{
30
this.ValuesFieldName
=
valuesFieldName
;
31
}
32
33
// Token: 0x04000008 RID: 8
34
[
CompilerGenerated
]
35
private
string <ValuesFieldName>
k__BackingField
;
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.DrawerAttribute
Definition
DrawerAttribute.cs:7
NaughtyAttributes.DropdownAttribute.ValuesFieldName
string ValuesFieldName
Definition
DropdownAttribute.cs:14
NaughtyAttributes.DropdownAttribute.DropdownAttribute
DropdownAttribute(string valuesFieldName)
Definition
DropdownAttribute.cs:28
NaughtyAttributes.DropdownAttribute.k__BackingField
string< ValuesFieldName > k__BackingField
Definition
DropdownAttribute.cs:35
NaughtyAttributes.DropdownAttribute
Definition
DropdownAttribute.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
DropdownAttribute.cs
Generated by
1.10.0