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
RequiredAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace NaughtyAttributes
6{
7 // Token: 0x02000022 RID: 34
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
10 {
11 // Token: 0x1700001E RID: 30
12 // (get) Token: 0x06000063 RID: 99 RVA: 0x000028FC File Offset: 0x00000AFC
13 // (set) Token: 0x06000064 RID: 100 RVA: 0x00002910 File Offset: 0x00000B10
14 public string Message
15 {
17 get
18 {
19 return this.<Message>k__BackingField;
20 }
22 private set
23 {
25 }
26 }
27
28 // Token: 0x06000065 RID: 101 RVA: 0x00002924 File Offset: 0x00000B24
29 public RequiredAttribute([Optional] string message)
30 {
31 this.Message = message;
32 }
33
34 // Token: 0x04000030 RID: 48
36 private string <Message>k__BackingField;
37 }
38}
class f__AnonymousType0<< Count > j__TPar
RequiredAttribute([Optional] string message)