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
DisableIfAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
NaughtyAttributes
4
{
5
// Token: 0x02000007 RID: 7
6
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
7
public
class
DisableIfAttribute
:
EnableIfAttribute
8
{
9
// Token: 0x0600000F RID: 15 RVA: 0x000021A4 File Offset: 0x000003A4
10
public
DisableIfAttribute
(
string
condition)
11
:
base
(condition)
12
{
13
this.<
Reversed
>
k__BackingField
=
true
;
14
}
15
16
// Token: 0x06000010 RID: 16 RVA: 0x000021C0 File Offset: 0x000003C0
17
public
DisableIfAttribute
(
ConditionOperator
conditionOperator
,
params
string
[] conditions)
18
{
19
this.<
ConditionOperator
>
k__BackingField
=
conditionOperator
;
20
this.<
Conditions
>k__BackingField = conditions;
21
this.<
Reversed
>k__BackingField =
true
;
22
}
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.DisableIfAttribute.DisableIfAttribute
DisableIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
Definition
DisableIfAttribute.cs:17
NaughtyAttributes.DisableIfAttribute.DisableIfAttribute
DisableIfAttribute(string condition)
Definition
DisableIfAttribute.cs:10
NaughtyAttributes.DisableIfAttribute
Definition
DisableIfAttribute.cs:8
NaughtyAttributes.EnableIfAttribute.k__BackingField
string[]< Conditions > k__BackingField
Definition
EnableIfAttribute.cs:79
NaughtyAttributes.EnableIfAttribute.Conditions
string[] Conditions
Definition
EnableIfAttribute.cs:14
NaughtyAttributes.EnableIfAttribute.Reversed
bool Reversed
Definition
EnableIfAttribute.cs:48
NaughtyAttributes.EnableIfAttribute
Definition
EnableIfAttribute.cs:9
NaughtyAttributes.ConditionOperator
ConditionOperator
Definition
ConditionOperator.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
DisableIfAttribute.cs
Generated by
1.10.0