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