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
BindableAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200034F RID: 847
8 public sealed class BindableAttribute : Attribute
9 {
10 // Token: 0x06001606 RID: 5638 RVA: 0x00040F98 File Offset: 0x0003F198
12 {
13 }
14
15 // Token: 0x06001607 RID: 5639 RVA: 0x00040FAC File Offset: 0x0003F1AC
17 {
18 this.Direction = direction;
19 }
20
21 // Token: 0x06001608 RID: 5640 RVA: 0x00040FC8 File Offset: 0x0003F1C8
23 {
24 }
25
26 // Token: 0x06001609 RID: 5641 RVA: 0x00040FDC File Offset: 0x0003F1DC
28 {
29 this.Direction = direction;
30 }
31
32 // Token: 0x17000502 RID: 1282
33 // (get) Token: 0x0600160A RID: 5642 RVA: 0x00040FF8 File Offset: 0x0003F1F8
34 public bool Bindable
35 {
37 get
38 {
39 return this.<Bindable>k__BackingField;
40 }
41 }
42
43 // Token: 0x17000503 RID: 1283
44 // (get) Token: 0x0600160B RID: 5643 RVA: 0x0004100C File Offset: 0x0003F20C
46 {
48 get
49 {
50 return this.<Direction>k__BackingField;
51 }
52 }
53
54 // Token: 0x0600160C RID: 5644 RVA: 0x00041020 File Offset: 0x0003F220
55 public override bool Equals(object obj)
56 {
57 if (obj != null)
58 {
59 }
60 return true;
61 }
62
63 // Token: 0x0600160D RID: 5645 RVA: 0x0004103C File Offset: 0x0003F23C
64 public override int GetHashCode()
65 {
66 bool flag = this.<Bindable>k__BackingField;
67 int num;
68 return num;
69 }
70
71 // Token: 0x0600160E RID: 5646 RVA: 0x00041054 File Offset: 0x0003F254
72 public override bool IsDefaultAttribute()
73 {
74 if (!true)
75 {
76 }
77 return true;
78 }
79
80 // Token: 0x0600160F RID: 5647 RVA: 0x00041070 File Offset: 0x0003F270
81 // Note: this type is marked as 'beforefieldinit'.
83 {
84 }
85
86 // Token: 0x040011BE RID: 4542
88
89 // Token: 0x040011BF RID: 4543
91
92 // Token: 0x040011C0 RID: 4544
94
95 // Token: 0x040011C1 RID: 4545
96 private bool _isDefault;
97
98 // Token: 0x040011C2 RID: 4546
100 private readonly bool <Bindable>k__BackingField;
101
102 // Token: 0x040011C3 RID: 4547
105 }
106}
class f__AnonymousType0<< Count > j__TPar
readonly BindingDirection< Direction > k__BackingField
static readonly BindableAttribute Yes
BindableAttribute(BindableSupport flags, BindingDirection direction)
static readonly BindableAttribute Default
static readonly BindableAttribute No
BindableAttribute(bool bindable, BindingDirection direction)