AsyncValueTaskMethodBuilder.Create Method

Definition

Creates an instance of the AsyncValueTaskMethodBuilder struct.

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

Returns

The initialized instance.

Applies to