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

关联生成器的类型。

适用于