In The Hand LtdIn The Hand
Func<(Of <(<'TResult>)>)> Delegate
NamespacesInTheHandFunc<(Of <(<'TResult>)>)>
.NET Components for Mobility
Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.
Declaration Syntax
C#Visual Basic
public delegate TResult Func<TResult>()
Public Delegate Function Func(Of TResult) As TResult
Generic Template Parameters
TResult
The type of the return value of the method that this delegate encapsulates.
Return Value
The return value of the method that this delegate encapsulates.

Assembly: InTheHand (Module: InTheHand) Version: 7.0.0.0