There was an error while loading. Please reload this page.
Helper for type inference from the lambda callback.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T1, TResult> Func<T1, TResult>( Func<T1, TResult> func )
VB
Public Shared Function Func(Of T1, TResult) ( func As Func(Of T1, TResult) ) As Func(Of T1, TResult)
F#
static member Func : func : Func<'T1, 'TResult> -> Func<'T1, 'TResult>
Type: Func(T1, TResult)The lambda callback passed.
Fn ClassFunc OverloadCodeJam Namespace