System Namespace
From Task Parallel System.Threading
Classes
| Class | Description | |
|---|---|---|
| AggregateException | Represents one or more errors that occur during application execution. | |
| Lazy<(Of <(T>)>) |
Provides support for lazy initialization.
|
Delegates
| Delegate | Description | |
|---|---|---|
| Func_<(Of <(T1, T2, T3, T4, T5, TResult>)>) |
Encapsulates a method that has five parameters and returns a value of the type specified by the TResult parameter.
|