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
SettingsBindableAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003B8 RID: 952
8 public sealed class SettingsBindableAttribute : Attribute
9 {
10 // Token: 0x06001961 RID: 6497 RVA: 0x00047094 File Offset: 0x00045294
12 {
13 }
14
15 // Token: 0x170005CF RID: 1487
16 // (get) Token: 0x06001962 RID: 6498 RVA: 0x000470A8 File Offset: 0x000452A8
17 public bool Bindable
18 {
20 get
21 {
22 return this.<Bindable>k__BackingField;
23 }
24 }
25
26 // Token: 0x06001963 RID: 6499 RVA: 0x000470BC File Offset: 0x000452BC
27 public override bool Equals(object obj)
28 {
29 if (obj != null)
30 {
31 }
32 return true;
33 }
34
35 // Token: 0x06001964 RID: 6500 RVA: 0x000470D8 File Offset: 0x000452D8
36 public override int GetHashCode()
37 {
38 bool flag = this.<Bindable>k__BackingField;
39 int num;
40 return num;
41 }
42
43 // Token: 0x06001965 RID: 6501 RVA: 0x000470F0 File Offset: 0x000452F0
44 // Note: this type is marked as 'beforefieldinit'.
46 {
47 }
48
49 // Token: 0x040012C8 RID: 4808
51
52 // Token: 0x040012C9 RID: 4809
54
55 // Token: 0x040012CA RID: 4810
57 private readonly bool <Bindable>k__BackingField;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
static readonly SettingsBindableAttribute Yes
static readonly SettingsBindableAttribute No