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
EnableIfAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x0200000C RID: 12
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 {
10 // Token: 0x17000006 RID: 6
11 // (get) Token: 0x0600001A RID: 26 RVA: 0x000022C8 File Offset: 0x000004C8
12 // (set) Token: 0x0600001B RID: 27 RVA: 0x000022DC File Offset: 0x000004DC
13 public string[] Conditions
14 {
16 get
17 {
18 return this.<Conditions>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x17000007 RID: 7
28 // (get) Token: 0x0600001C RID: 28 RVA: 0x000022F0 File Offset: 0x000004F0
29 // (set) Token: 0x0600001D RID: 29 RVA: 0x00002304 File Offset: 0x00000504
31 {
33 get
34 {
36 }
38 private set
39 {
41 }
42 }
43
44 // Token: 0x17000008 RID: 8
45 // (get) Token: 0x0600001E RID: 30 RVA: 0x00002318 File Offset: 0x00000518
46 // (set) Token: 0x0600001F RID: 31 RVA: 0x0000232C File Offset: 0x0000052C
47 public bool Reversed
48 {
50 get
51 {
52 return this.<Reversed>k__BackingField;
53 }
55 protected set
56 {
57 }
58 }
59
60 // Token: 0x06000020 RID: 32 RVA: 0x0000233C File Offset: 0x0000053C
61 public EnableIfAttribute(string condition)
62 {
63 if (condition == null || condition != null)
64 {
65 return;
66 }
68 }
69
70 // Token: 0x06000021 RID: 33 RVA: 0x0000235C File Offset: 0x0000055C
76
77 // Token: 0x0400000A RID: 10
79 private string[] <Conditions>k__BackingField;
80
81 // Token: 0x0400000B RID: 11
83 private ConditionOperator <ConditionOperator>k__BackingField;
84
85 // Token: 0x0400000C RID: 12
87 private bool <Reversed>k__BackingField;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
EnableIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
ConditionOperator< ConditionOperator > k__BackingField