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
StateMachineAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x0200047E RID: 1150
6
[
AttributeUsage
(
AttributeTargets
.Method, Inherited =
false
, AllowMultiple =
false
)]
7
[
Serializable
]
8
public
class
StateMachineAttribute
:
Attribute
9
{
10
// Token: 0x06002227 RID: 8743 RVA: 0x0004CFFC File Offset: 0x0004B1FC
11
public
StateMachineAttribute
(
Type
stateMachineType
)
12
{
13
this.StateMachineType
=
stateMachineType
;
14
}
15
16
// Token: 0x1700046F RID: 1135
17
// (get) Token: 0x06002228 RID: 8744 RVA: 0x0004D018 File Offset: 0x0004B218
18
public
Type
StateMachineType
19
{
20
[
CompilerGenerated
]
21
get
22
{
23
return
this.<
StateMachineType
>
k__BackingField
;
24
}
25
}
26
27
// Token: 0x040012B6 RID: 4790
28
[
CompilerGenerated
]
29
private
readonly
Type <StateMachineType>
k__BackingField
;
30
}
31
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.StateMachineAttribute.StateMachineAttribute
StateMachineAttribute(Type stateMachineType)
Definition
StateMachineAttribute.cs:11
System.Runtime.CompilerServices.StateMachineAttribute.StateMachineType
Type StateMachineType
Definition
StateMachineAttribute.cs:19
System.Runtime.CompilerServices.StateMachineAttribute.k__BackingField
readonly Type< StateMachineType > k__BackingField
Definition
StateMachineAttribute.cs:29
System.Runtime.CompilerServices.StateMachineAttribute
Definition
StateMachineAttribute.cs:9
System.Type
Definition
Type.cs:12
System.Reflection.TypeAttributes.Serializable
@ Serializable
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
StateMachineAttribute.cs
Generated by
1.10.0