AsyncTaskMethodBuilder.Create 方法

定义

创建 AsyncTaskMethodBuilder 类型的实例。Creates an instance of the AsyncTaskMethodBuilder type.

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

返回

AsyncTaskMethodBuilder

生成器的新实例。A new instance of the builder.

注解

此类型及其成员旨在供编译器使用。This type and its members are intended for use by the compiler.

适用于