[]
Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.
public delegate TResult Func<out TResult>()
Public Delegate Function Func(Of Out TResult)() As TResult
| Type | Description |
|---|---|
| TResult | Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter. |
| Name | Description |
|---|---|
| TResult |
| Name | Description |
|---|---|
| Func(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke() |