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
LookupBindingPropertiesAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003A0 RID: 928
9 {
10 // Token: 0x0600181D RID: 6173 RVA: 0x00044098 File Offset: 0x00042298
14
15 // Token: 0x0600181E RID: 6174 RVA: 0x000440AC File Offset: 0x000422AC
23
24 // Token: 0x17000581 RID: 1409
25 // (get) Token: 0x0600181F RID: 6175 RVA: 0x000440DC File Offset: 0x000422DC
26 public string DataSource
27 {
29 get
30 {
31 return this.<DataSource>k__BackingField;
32 }
33 }
34
35 // Token: 0x17000582 RID: 1410
36 // (get) Token: 0x06001820 RID: 6176 RVA: 0x000440F0 File Offset: 0x000422F0
37 public string DisplayMember
38 {
40 get
41 {
42 return this.<DisplayMember>k__BackingField;
43 }
44 }
45
46 // Token: 0x17000583 RID: 1411
47 // (get) Token: 0x06001821 RID: 6177 RVA: 0x00044104 File Offset: 0x00042304
48 public string ValueMember
49 {
51 get
52 {
53 return this.<ValueMember>k__BackingField;
54 }
55 }
56
57 // Token: 0x17000584 RID: 1412
58 // (get) Token: 0x06001822 RID: 6178 RVA: 0x00044118 File Offset: 0x00042318
59 public string LookupMember
60 {
62 get
63 {
64 return this.<LookupMember>k__BackingField;
65 }
66 }
67
68 // Token: 0x06001823 RID: 6179 RVA: 0x0004412C File Offset: 0x0004232C
69 public override bool Equals(object obj)
70 {
71 if (obj != null)
72 {
73 string text = this.<DataSource>k__BackingField;
74 string text2 = this.<DisplayMember>k__BackingField;
75 string text3 = this.<ValueMember>k__BackingField;
76 string text4 = this.<LookupMember>k__BackingField;
77 bool flag;
78 return flag;
79 }
80 }
81
82 // Token: 0x06001824 RID: 6180 RVA: 0x00044160 File Offset: 0x00042360
83 public override int GetHashCode()
84 {
85 return base.GetHashCode();
86 }
87
88 // Token: 0x06001825 RID: 6181 RVA: 0x00044174 File Offset: 0x00042374
89 // Note: this type is marked as 'beforefieldinit'.
93
94 // Token: 0x04001253 RID: 4691
96 private readonly string <DataSource>k__BackingField;
97
98 // Token: 0x04001254 RID: 4692
100 private readonly string <DisplayMember>k__BackingField;
101
102 // Token: 0x04001255 RID: 4693
104 private readonly string <ValueMember>k__BackingField;
105
106 // Token: 0x04001256 RID: 4694
108 private readonly string <LookupMember>k__BackingField;
109
110 // Token: 0x04001257 RID: 4695
112 }
113}
class f__AnonymousType0<< Count > j__TPar
LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)