Bridge

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

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


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