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
HideIfAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
NaughtyAttributes
4
{
5
// Token: 0x02000004 RID: 4
6
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
7
public
class
HideIfAttribute
:
ShowIfAttribute
8
{
9
// Token: 0x06000002 RID: 2 RVA: 0x00002064 File Offset: 0x00000264
10
public
HideIfAttribute
(
string
condition)
11
:
base
(condition)
12
{
13
this.<
Reversed
>
k__BackingField
=
true
;
14
}
15
16
// Token: 0x06000003 RID: 3 RVA: 0x00002080 File Offset: 0x00000280
17
public
HideIfAttribute
(
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.HideIfAttribute.HideIfAttribute
HideIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
Definition
HideIfAttribute.cs:17
NaughtyAttributes.HideIfAttribute.HideIfAttribute
HideIfAttribute(string condition)
Definition
HideIfAttribute.cs:10
NaughtyAttributes.HideIfAttribute
Definition
HideIfAttribute.cs:8
NaughtyAttributes.ShowIfAttribute.Reversed
bool Reversed
Definition
ShowIfAttribute.cs:48
NaughtyAttributes.ShowIfAttribute.k__BackingField
string[]< Conditions > k__BackingField
Definition
ShowIfAttribute.cs:79
NaughtyAttributes.ShowIfAttribute.Conditions
string[] Conditions
Definition
ShowIfAttribute.cs:14
NaughtyAttributes.ShowIfAttribute
Definition
ShowIfAttribute.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
HideIfAttribute.cs
Generated by
1.10.0