Bridge

AsyncTaskMethodBuilder<(Of <(<'TResult>)>)>..::..Task Property

Gets the task for this builder.

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

Syntax


public Task<TResult> Task { get; }
Public ReadOnly Property Task As Task(Of TResult)
	Get
public:
property Task<TResult>^ Task {
	Task<TResult>^ get ();
}

Return Value

The task for this builder.