Partager via


FSharpFunc.InvokeFast<'T,'U,'V,'W,'X,'Y>, méthode (F#)

Appelle une valeur de fonction de première classe F# avec cinq arguments curryfiés.Dans certains cas, ceci se traduira par une application plus efficace que l'application des arguments de manière successive.

Espace de noms/Chemin du module : Microsoft.FSharp.Core

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
static member InvokeFast : FSharpFunc<'T,('U -> 'V -> 'W -> 'X -> 'Y)> * 'T * 'U * 'V * 'W * 'X -> 'Y

// Usage:
FSharpFunc.InvokeFast (func, arg1, arg2, arg3, arg4, arg5)

Paramètres

  • func
    Type : FSharpFunc<'T,('U -> 'V ->'W -> 'X -> 'Y)>

    Fonction d'entrée.

  • arg1
    Type : 'T

    Premier arg.

  • arg2
    Type : 'U

    Deuxième arg.

  • arg3
    Type : 'V

    Troisième arg.

  • arg4
    Type : 'W

    Quatrième arg.

  • arg5
    Type : 'X.

    Cinquième arg.

Valeur de retour

Résultat de la fonction.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Core.FSharpFunc<'T,'U>, classe (F#)

Microsoft.FSharp.Core, espace de noms (F#)