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
AsyncMethodBuilderAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000462 RID: 1122
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, Inherited =
false
, AllowMultiple =
false
)]
7
public
sealed
class
AsyncMethodBuilderAttribute
:
Attribute
8
{
9
// Token: 0x060021F1 RID: 8689 RVA: 0x0004CBB4 File Offset: 0x0004ADB4
10
public
AsyncMethodBuilderAttribute
(
Type
builderType
)
11
{
12
this.<
BuilderType
>
k__BackingField
=
builderType
;
13
}
14
15
// Token: 0x040012A2 RID: 4770
16
[
CompilerGenerated
]
17
private
readonly
Type <BuilderType>
k__BackingField
;
18
}
19
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.k__BackingField
readonly Type< BuilderType > k__BackingField
Definition
AsyncMethodBuilderAttribute.cs:17
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.AsyncMethodBuilderAttribute
AsyncMethodBuilderAttribute(Type builderType)
Definition
AsyncMethodBuilderAttribute.cs:10
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
Definition
AsyncMethodBuilderAttribute.cs:8
System.Type
Definition
Type.cs:12
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
AsyncMethodBuilderAttribute.cs
Generated by
1.10.0