AsyncIteratorMethodBuilder.Create Method

Definition

Creates an instance of the AsyncIteratorMethodBuilder struct.

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

Returns

The initialized instance.

Applies to