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
MetaAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
NaughtyAttributes
5
{
6
// Token: 0x0200001D RID: 29
7
public
abstract
class
MetaAttribute
:
NaughtyAttribute
8
{
9
// Token: 0x1700001A RID: 26
10
// (get) Token: 0x06000054 RID: 84 RVA: 0x000027D0 File Offset: 0x000009D0
11
// (set) Token: 0x06000055 RID: 85 RVA: 0x000027E4 File Offset: 0x000009E4
12
public
int
Order
13
{
14
[
CompilerGenerated
]
15
get
16
{
17
return
this.<
Order
>
k__BackingField
;
18
}
19
[
CompilerGenerated
]
20
set
21
{
22
this.<
Order
>
k__BackingField
=
value
;
23
}
24
}
25
26
// Token: 0x06000056 RID: 86 RVA: 0x000027F8 File Offset: 0x000009F8
27
protected
MetaAttribute
()
28
{
29
}
30
31
// Token: 0x0400002C RID: 44
32
[
CompilerGenerated
]
33
private
int <Order>
k__BackingField
;
34
}
35
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.MetaAttribute.MetaAttribute
MetaAttribute()
Definition
MetaAttribute.cs:27
NaughtyAttributes.MetaAttribute.Order
int Order
Definition
MetaAttribute.cs:13
NaughtyAttributes.MetaAttribute.k__BackingField
int< Order > k__BackingField
Definition
MetaAttribute.cs:33
NaughtyAttributes.MetaAttribute
Definition
MetaAttribute.cs:8
NaughtyAttributes.NaughtyAttribute
Definition
NaughtyAttribute.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
MetaAttribute.cs
Generated by
1.10.0