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.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x02000009 RID: 9
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
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 {
16 get
17 {
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x06000014 RID: 20 RVA: 0x00002224 File Offset: 0x00000424
32
33 // Token: 0x04000008 RID: 8
35 private string <ValuesFieldName>k__BackingField;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
DropdownAttribute(string valuesFieldName)
string< ValuesFieldName > k__BackingField