AsyncTaskMethodBuilder.Create メソッド

定義

AsyncTaskMethodBuilder 型のインスタンスを作成します。

public:
 static System::Runtime::CompilerServices::AsyncTaskMethodBuilder Create();
public static System.Runtime.CompilerServices.AsyncTaskMethodBuilder Create ();
static member Create : unit -> System.Runtime.CompilerServices.AsyncTaskMethodBuilder
Public Shared Function Create () As AsyncTaskMethodBuilder

戻り値

ビルダーの新しいインスタンス。

注釈

この型とそのメンバーは、コンパイラで使用することを目的としています。

適用対象