AsyncMethodBuilderAttribute(Type) Constructor

Definition

Initializes a new instance of the AsyncMethodBuilderAttribute class.

public:
 AsyncMethodBuilderAttribute(Type ^ builderType);
public AsyncMethodBuilderAttribute (Type builderType);
new System.Runtime.CompilerServices.AsyncMethodBuilderAttribute : Type -> System.Runtime.CompilerServices.AsyncMethodBuilderAttribute
Public Sub New (builderType As Type)

Parameters

builderType
Type

The type of the associated builder.

Applies to