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<TResult> Func<TResult>( Func<TResult> func )
VB
Public Shared Function Func(Of TResult) ( func As Func(Of TResult) ) As Func(Of TResult)
F#
static member Func : func : Func<'TResult> -> Func<'TResult>
Type: Func(TResult)The lambda callback passed.
Fn ClassFunc OverloadCodeJam Namespace