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
BoxGroupAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x02000019 RID: 25
7
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
8
public
class
BoxGroupAttribute
:
GroupAttribute
9
{
10
// Token: 0x06000042 RID: 66 RVA: 0x0000260C File Offset: 0x0000080C
11
public
BoxGroupAttribute
(
string
name
=
""
,
int
groupOrder
= -1, [Optional]
string
parentGroup
, [Optional]
string
subGroupCondition
)
12
{
13
this.<
Name
>
k__BackingField
=
name
;
14
this.<
GroupOrder
>k__BackingField =
groupOrder
;
15
this.<
ParentGroup
>k__BackingField =
parentGroup
;
16
this.<
DisplayChildGroupCondition
>k__BackingField =
subGroupCondition
;
17
}
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.BoxGroupAttribute.BoxGroupAttribute
BoxGroupAttribute(string name="", int groupOrder=-1, [Optional] string parentGroup, [Optional] string subGroupCondition)
Definition
BoxGroupAttribute.cs:11
NaughtyAttributes.BoxGroupAttribute
Definition
BoxGroupAttribute.cs:9
NaughtyAttributes.GroupAttribute.Name
string Name
Definition
GroupAttribute.cs:14
NaughtyAttributes.GroupAttribute.DisplayChildGroupCondition
string DisplayChildGroupCondition
Definition
GroupAttribute.cs:65
NaughtyAttributes.GroupAttribute.ParentGroup
string ParentGroup
Definition
GroupAttribute.cs:48
NaughtyAttributes.GroupAttribute.k__BackingField
string< Name > k__BackingField
Definition
GroupAttribute.cs:89
NaughtyAttributes.GroupAttribute.GroupOrder
int GroupOrder
Definition
GroupAttribute.cs:31
NaughtyAttributes.GroupAttribute
Definition
GroupAttribute.cs:9
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.name
@ name
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
BoxGroupAttribute.cs
Generated by
1.10.0