Bridge

Task<(Of <(<'TResult>)>)> Class

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

Syntax


[ExternalAttribute]
[IgnoreGenericAttribute]
[NameAttribute]
public class Task<TResult> : Task
<ExternalAttribute> _
<IgnoreGenericAttribute> _
<NameAttribute> _
Public Class Task(Of TResult) _
	Inherits Task
[ExternalAttribute]
[IgnoreGenericAttribute]
[NameAttribute]
generic<typename TResult>
public ref class Task : public Task

Type Parameters

TResult

Inheritance Hierarchy


System..::..Object
  System.Threading.Tasks..::..Task
    System.Threading.Tasks..::..Task<(Of <(<'TResult>)>)>