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
EditorBrowsableAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200032C RID: 812
7 public sealed class EditorBrowsableAttribute : Attribute
8 {
9 // Token: 0x0600152D RID: 5421 RVA: 0x0003FA98 File Offset: 0x0003DC98
14
15 // Token: 0x0600152E RID: 5422 RVA: 0x0003FAB4 File Offset: 0x0003DCB4
17 {
18 }
19
20 // Token: 0x170004D6 RID: 1238
21 // (get) Token: 0x0600152F RID: 5423 RVA: 0x0003FAC8 File Offset: 0x0003DCC8
23 {
24 get
25 {
26 return this.browsableState;
27 }
28 }
29
30 // Token: 0x06001530 RID: 5424 RVA: 0x0003FADC File Offset: 0x0003DCDC
31 public override bool Equals(object obj)
32 {
33 if (obj != null)
34 {
35 }
36 return true;
37 }
38
39 // Token: 0x06001531 RID: 5425 RVA: 0x0003FAF8 File Offset: 0x0003DCF8
40 public override int GetHashCode()
41 {
42 return base.GetHashCode();
43 }
44
45 // Token: 0x0400116E RID: 4462
47 }
48}
class f__AnonymousType0<< Count > j__TPar