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
DefaultBindingPropertyAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000367 RID: 871
9 {
10 // Token: 0x060016B7 RID: 5815 RVA: 0x00042288 File Offset: 0x00040488
14
15 // Token: 0x060016B8 RID: 5816 RVA: 0x0004229C File Offset: 0x0004049C
17 {
19 }
20
21 // Token: 0x1700052A RID: 1322
22 // (get) Token: 0x060016B9 RID: 5817 RVA: 0x000422B8 File Offset: 0x000404B8
23 public string Name
24 {
26 get
27 {
28 return this.<Name>k__BackingField;
29 }
30 }
31
32 // Token: 0x060016BA RID: 5818 RVA: 0x000422CC File Offset: 0x000404CC
33 public override bool Equals(object obj)
34 {
35 if (obj != null)
36 {
37 }
38 string text = this.<Name>k__BackingField;
39 bool flag;
40 return flag;
41 }
42
43 // Token: 0x060016BB RID: 5819 RVA: 0x000422E8 File Offset: 0x000404E8
44 public override int GetHashCode()
45 {
46 return base.GetHashCode();
47 }
48
49 // Token: 0x060016BC RID: 5820 RVA: 0x000422FC File Offset: 0x000404FC
50 // Note: this type is marked as 'beforefieldinit'.
54
55 // Token: 0x040011F8 RID: 4600
57 private readonly string <Name>k__BackingField;
58
59 // Token: 0x040011F9 RID: 4601
61 }
62}
class f__AnonymousType0<< Count > j__TPar
static readonly DefaultBindingPropertyAttribute Default