- Namespace: FSharp.Core
- Assembly: FSharp.Core.dll
- Parent Module: OptimizedClosures
-
Base Type:
FSharpFunc<'T1, ('T2 -> 'T3 -> 'T4 -> 'U)>
The CLI type used to represent F# function values that accept four curried arguments without intervening execution. This type should not typically used directly from either F# code or from other CLI languages.
Constructors
| Constructor | Description |
|
Instance members
| Instance member | Description |
|
Full Usage:
Parameters:
'T1
-
The first arg.
arg2 : 'T2
-
The second arg.
arg3 : 'T3
-
The third arg.
arg4 : 'T4
-
The fourth arg.
Returns:
|
Static members
| Static member | Description |
|
Full Usage:
Parameters:
'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U
-
The input function.
Returns:
|
|