共用方式為


AsyncMethodBuilderAttribute(Type) 建構函式

定義

初始化 AsyncMethodBuilderAttribute 類別的新執行個體。

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

參數

builderType
Type

相關聯產生器的類型。

適用於