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 three iterated (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,'U> =
class
new FSharpFunc : unit -> FSharpFunc<'T1,'T2,'T3,'U>
static member FSharpFunc.Adapt : ('T1 -> 'T2 -> 'T3 -> 'U) -> FSharpFunc<'T1,'T2,'T3,'U>
abstract this.Invoke : FSharpFunc<'T1,'T2,'T3,'U> -> 'T1 * 'T2 * 'T3 -> 'U
end
Constructors
Member |
Description |
---|---|
Construct an optimized function value that can accept three curried arguments without intervening execution. |
Instance Members
Member |
Description |
---|---|
Invoke an F# first class function value that accepts three 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 three curried arguments without intervening execution. |
Platforms
Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2
Version Information
F# Runtime
Supported in: 2.0, 4.0
Silverlight
Supported in: 3