Partager via


FSharpFunc.Invoke<'T1,'T2,'T3,'T4,'U>, méthode (F#)

Appelle une valeur de fonction de première classe F# qui accepte quatre arguments curryfiés sans exécution intermédiaire

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

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

// Signature:
abstract this.Invoke : FSharpFunc<'T1,'T2,'T3,'T4,'U> -> 'T1 * 'T2 * 'T3 * 'T4 -> 'U

// Usage:
fSharpFunc.Invoke (arg1, arg2, arg3, arg4)

Paramètres

  • arg1
    Type : 'T1

    Premier argument.

  • arg2
    Type : 'T2

    Deuxième argument.

  • arg3
    Type : 'T3

    Troisième argument.

  • arg4
    Type : 'T4

    Le quatrième argument.

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

OptimizedClosures.FSharpFunc<'T1,'T2,'T3,'T4,'U>, classe (F#)

Core.OptimizedClosures, module (F#)