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
DefaultPropertyAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000369 RID: 873
8 public sealed class DefaultPropertyAttribute : Attribute
9 {
10 // Token: 0x060016C2 RID: 5826 RVA: 0x0004237C File Offset: 0x0004057C
12 {
13 }
14
15 // Token: 0x1700052C RID: 1324
16 // (get) Token: 0x060016C3 RID: 5827 RVA: 0x00042390 File Offset: 0x00040590
17 public string Name
18 {
20 get
21 {
22 return this.<Name>k__BackingField;
23 }
24 }
25
26 // Token: 0x060016C4 RID: 5828 RVA: 0x000423A4 File Offset: 0x000405A4
27 public override bool Equals(object obj)
28 {
29 if (obj != null)
30 {
31 }
32 string text = this.<Name>k__BackingField;
33 bool flag;
34 return flag;
35 }
36
37 // Token: 0x060016C5 RID: 5829 RVA: 0x000423C0 File Offset: 0x000405C0
38 public override int GetHashCode()
39 {
40 return base.GetHashCode();
41 }
42
43 // Token: 0x060016C6 RID: 5830 RVA: 0x000423D4 File Offset: 0x000405D4
44 // Note: this type is marked as 'beforefieldinit'.
46 {
47 }
48
49 // Token: 0x040011FC RID: 4604
51 private readonly string <Name>k__BackingField;
52
53 // Token: 0x040011FD RID: 4605
55 }
56}
class f__AnonymousType0<< Count > j__TPar
static readonly DefaultPropertyAttribute Default