Task<(Of <(<'TResult>)>)> Class
Namespace:
System.Threading.Tasks
Assembly: Bridge (in Bridge.dll)
System..::..Object
System.Threading.Tasks..::..Task
System.Threading.Tasks..::..Task<(Of <(<'TResult>)>)>
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.Threading.Tasks..::..Task
System.Threading.Tasks..::..Task<(Of <(<'TResult>)>)>