[Home] Type Microsoft.FSharp.Core.OptimizedClosures.FastFunc5


The .NET type used to represent F# function values that accept five iterated (curried) arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET languages.

Full Type Signature

[<AbstractClassAttribute ()>]
type FastFunc5<'T,'U,'V,'W,'X,'Y> = class
                                      inherit FastFunc<'T,('U -> 'V -> 'W -> 'X -> 'Y)>
                                      abstract member Invoke : 'T * 'U * 'V * 'W * 'X -> 'Y
                                    end
                                    with
                                      new : unit -> FastFunc5<'T,'U,'V,'W,'X,'Y>
                                    end

Instance Members

MemberDescription
member Invoke : 'T * 'U * 'V * 'W * 'X -> 'Y

Static Members

MemberDescription
new : unit -> FastFunc5<'T,'U,'V,'W,'X,'Y>

See Also

Microsoft.FSharp.Core.OptimizedClosures


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19