Share via


PoolingAsyncValueTaskMethodBuilder<TResult>.Create 方法

定義

建立 PoolingAsyncValueTaskMethodBuilder<TResult> 結構的執行個體。

public:
 static System::Runtime::CompilerServices::PoolingAsyncValueTaskMethodBuilder<TResult> Create();
public static System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder<TResult> Create ();
static member Create : unit -> System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder<'Result>
Public Shared Function Create () As PoolingAsyncValueTaskMethodBuilder(Of TResult)

傳回

初始化的執行個體。

適用於