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

関連付けられたビルダーの型。

適用対象