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.
1using System;
2
3namespace NaughtyAttributes
4{
5 // Token: 0x02000004 RID: 4
6 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
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
18 {
20 this.<Conditions>k__BackingField = conditions;
21 this.<Reversed>k__BackingField = true;
22 }
23 }
24}
class f__AnonymousType0<< Count > j__TPar
HideIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
string[]< Conditions > k__BackingField