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.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x0200000D RID: 13
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
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 {
16 get
17 {
18 return this.<Label>k__BackingField;
19 }
21 private set
22 {
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
35 private string <Label>k__BackingField;
36 }
37}
class f__AnonymousType0<< Count > j__TPar