AsyncValueTaskMethodBuilder<TResult>.Create Methode

Definition

Erstellt eine Instanz der AsyncValueTaskMethodBuilder<TResult>-Struktur.

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

Gibt zurück

Die initialisierte Instanz.

Gilt für: