In The Hand LtdIn The Hand
Func<(Of <(<'T, TResult>)>)> Delegate
NamespacesInTheHandFunc<(Of <(<'T, TResult>)>)>
.NET Components for Mobility
Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter.
Declaration Syntax
C#Visual Basic
public delegate TResult Func<T, TResult>(
	T arg
)
Public Delegate Function Func(Of T, TResult) ( _
	arg As T _
) As TResult
Generic Template Parameters
T
The type of the first parameter of the method that this delegate encapsulates.
TResult
The type of the return value of the method that this delegate encapsulates.
Parameters
arg (T)
The first parameter 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