Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AsyncMethodBuilderAttribute.cs
Go to the documentation of this file.
1
namespace
System.Runtime.CompilerServices
;
2
3
[AttributeUsage(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Method |
AttributeTargets
.Interface |
AttributeTargets
.Delegate, Inherited =
false
, AllowMultiple =
false
)]
4
public
sealed
class
AsyncMethodBuilderAttribute
:
Attribute
5
{
6
public
Type
BuilderType
{
get
; }
7
8
public
AsyncMethodBuilderAttribute
(
Type
builderType)
9
{
10
BuilderType
= builderType;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.BuilderType
Type BuilderType
Definition
AsyncMethodBuilderAttribute.cs:6
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute.AsyncMethodBuilderAttribute
AsyncMethodBuilderAttribute(Type builderType)
Definition
AsyncMethodBuilderAttribute.cs:8
System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
Definition
AsyncMethodBuilderAttribute.cs:5
System.Type
Definition
Type.cs:14
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Runtime.CompilerServices
AsyncMethodBuilderAttribute.cs
Generated by
1.10.0