Bridge

AsyncTaskMethodBuilder<(Of <(<'TResult>)>)>..::..Create Method

Creates an instance of the AsyncTaskMethodBuilder<(Of <(<'TResult>)>)> class.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public static AsyncTaskMethodBuilder<TResult> Create()
Public Shared Function Create As AsyncTaskMethodBuilder(Of TResult)
public:
static AsyncTaskMethodBuilder<TResult>^ Create()

Return Value

A new instance of the builder.