FSharpFunc.Invoke<'T1,'T2,'T3,'U>, méthode (F#)
Appelle une valeur de fonction de première classe F# qui accepte trois 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,'U> -> 'T1 * 'T2 * 'T3 -> 'U
// Usage:
fSharpFunc.Invoke (arg1, arg2, arg3)
Paramètres
arg1
Type : 'T1Premier argument.
arg2
Type : 'T2Deuxième argument.
arg3
Type : 'T3Troisiè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