Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The .NET Framework type used to represent F# function values that accept five curried arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET Framework languages.
Namespace/Module Path: Microsoft.FSharp.Core.OptimizedClosures
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AbstractClass>]
type FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U> =
class
new FSharpFunc : unit -> FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U>
static member FSharpFunc.Adapt : ('T1 -> 'T2 -> 'T3 -> 'T4 -> 'T5 -> 'U) -> FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U>
abstract this.Invoke : FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U> -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> 'U
end
Constructors
Member |
Description |
---|---|
Construct an optimized function value that can accept five curried arguments without intervening execution. |
Instance Members
Member |
Description |
---|---|
Invoke an F# first class function value that accepts five curried arguments without intervening execution |
Static Members
Member |
Description |
---|---|
Adapt an F# first class function value to be an optimized function value that can accept five curried arguments without intervening execution. |
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable