Func<TResult> Delegate

Definition

Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.

Delphi
type Func<TResult> = reference to function: TResult

Type Parameters

TResult

Returns

TResult
Inheritance
IInterface
Func<TResult>
Derived
TValueHolder

Methods