Bridge

AsyncTaskMethodBuilder<(Of <(<'TResult>)>)> Structure

Represents a builder for asynchronous methods that returns a task and provides a parameter for the result.

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

Syntax


[ExternalAttribute]
public struct AsyncTaskMethodBuilder<TResult>
<ExternalAttribute> _
Public Structure AsyncTaskMethodBuilder(Of TResult)
[ExternalAttribute]
generic<typename TResult>
public value class AsyncTaskMethodBuilder

Type Parameters

TResult
The result to use to complete the task.