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
DataMemberAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000003 RID: 3
6 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
7 public sealed class DataMemberAttribute : Attribute
8 {
9 // Token: 0x06000003 RID: 3 RVA: 0x00002078 File Offset: 0x00000278
11 {
12 }
13
14 // Token: 0x17000002 RID: 2
15 // (get) Token: 0x06000004 RID: 4 RVA: 0x00002094 File Offset: 0x00000294
16 public string Name
17 {
18 get
19 {
20 return this.name;
21 }
22 }
23
24 // Token: 0x17000003 RID: 3
25 // (get) Token: 0x06000005 RID: 5 RVA: 0x000020A8 File Offset: 0x000002A8
26 public int Order
27 {
28 get
29 {
30 return this.order;
31 }
32 }
33
34 // Token: 0x17000004 RID: 4
35 // (get) Token: 0x06000006 RID: 6 RVA: 0x000020BC File Offset: 0x000002BC
36 public bool IsRequired
37 {
38 get
39 {
40 return this.isRequired;
41 }
42 }
43
44 // Token: 0x17000005 RID: 5
45 // (get) Token: 0x06000007 RID: 7 RVA: 0x000020D0 File Offset: 0x000002D0
46 public bool EmitDefaultValue
47 {
48 get
49 {
50 return this.emitDefaultValue;
51 }
52 }
53
54 // Token: 0x04000002 RID: 2
55 private string name;
56
57 // Token: 0x04000003 RID: 3
58 private int order;
59
60 // Token: 0x04000004 RID: 4
61 private bool isRequired;
62
63 // Token: 0x04000005 RID: 5
64 private bool emitDefaultValue = true;
65 }
66}
class f__AnonymousType0<< Count > j__TPar