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
ComplexBindingPropertiesAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200035A RID: 858
9 {
10 // Token: 0x06001665 RID: 5733 RVA: 0x00041728 File Offset: 0x0003F928
14
15 // Token: 0x06001666 RID: 5734 RVA: 0x0004173C File Offset: 0x0003F93C
20
21 // Token: 0x06001667 RID: 5735 RVA: 0x00041758 File Offset: 0x0003F958
27
28 // Token: 0x1700051D RID: 1309
29 // (get) Token: 0x06001668 RID: 5736 RVA: 0x0004177C File Offset: 0x0003F97C
30 public string DataSource
31 {
33 get
34 {
35 return this.<DataSource>k__BackingField;
36 }
37 }
38
39 // Token: 0x1700051E RID: 1310
40 // (get) Token: 0x06001669 RID: 5737 RVA: 0x00041790 File Offset: 0x0003F990
41 public string DataMember
42 {
44 get
45 {
46 return this.<DataMember>k__BackingField;
47 }
48 }
49
50 // Token: 0x0600166A RID: 5738 RVA: 0x000417A4 File Offset: 0x0003F9A4
51 public override bool Equals(object obj)
52 {
53 if (obj != null)
54 {
55 string text = this.<DataSource>k__BackingField;
56 string text2 = this.<DataMember>k__BackingField;
57 bool flag;
58 return flag;
59 }
60 }
61
62 // Token: 0x0600166B RID: 5739 RVA: 0x000417C8 File Offset: 0x0003F9C8
63 public override int GetHashCode()
64 {
65 return base.GetHashCode();
66 }
67
68 // Token: 0x0600166C RID: 5740 RVA: 0x000417DC File Offset: 0x0003F9DC
69 // Note: this type is marked as 'beforefieldinit'.
73
74 // Token: 0x040011DE RID: 4574
76 private readonly string <DataSource>k__BackingField;
77
78 // Token: 0x040011DF RID: 4575
80 private readonly string <DataMember>k__BackingField;
81
82 // Token: 0x040011E0 RID: 4576
84 }
85}
class f__AnonymousType0<< Count > j__TPar
static readonly ComplexBindingPropertiesAttribute Default