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
ListBindableAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000399 RID: 921
8 public sealed class ListBindableAttribute : Attribute
9 {
10 // Token: 0x060017F1 RID: 6129 RVA: 0x00043D2C File Offset: 0x00041F2C
12 {
13 }
14
15 // Token: 0x060017F2 RID: 6130 RVA: 0x00043D40 File Offset: 0x00041F40
17 {
18 }
19
20 // Token: 0x17000573 RID: 1395
21 // (get) Token: 0x060017F3 RID: 6131 RVA: 0x00043D54 File Offset: 0x00041F54
22 public bool ListBindable
23 {
25 get
26 {
27 return this.<ListBindable>k__BackingField;
28 }
29 }
30
31 // Token: 0x060017F4 RID: 6132 RVA: 0x00043D68 File Offset: 0x00041F68
32 public override bool Equals(object obj)
33 {
34 if (obj != null)
35 {
36 }
37 return true;
38 }
39
40 // Token: 0x060017F5 RID: 6133 RVA: 0x00043D84 File Offset: 0x00041F84
41 public override int GetHashCode()
42 {
43 return base.GetHashCode();
44 }
45
46 // Token: 0x060017F6 RID: 6134 RVA: 0x00043D98 File Offset: 0x00041F98
47 public override bool IsDefaultAttribute()
48 {
49 if (!true)
50 {
51 }
52 return true;
53 }
54
55 // Token: 0x060017F7 RID: 6135 RVA: 0x00043DB4 File Offset: 0x00041FB4
56 // Note: this type is marked as 'beforefieldinit'.
58 {
59 }
60
61 // Token: 0x0400123B RID: 4667
63
64 // Token: 0x0400123C RID: 4668
66
67 // Token: 0x0400123D RID: 4669
69
70 // Token: 0x0400123E RID: 4670
71 private bool _isDefault;
72
73 // Token: 0x0400123F RID: 4671
75 private readonly bool <ListBindable>k__BackingField;
76 }
77}
class f__AnonymousType0<< Count > j__TPar
static readonly ListBindableAttribute No
static readonly ListBindableAttribute Yes
static readonly ListBindableAttribute Default