FSharpFunc.InvokeFast<'T,'U,'V,'W>, méthode (F#)
Appelle une valeur de fonction de première classe F# avec trois 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)> * 'T * 'U * 'V -> 'W
// Usage:
FSharpFunc.InvokeFast (func, arg1, arg2, arg3)
Paramètres
func
Type : FSharpFunc<'T,('U -> 'V -> 'W)>Fonction d'entrée.
arg1
Type : 'TPremier arg.
arg2
Type : 'UDeuxième arg.
arg3
Type : 'VTroisiè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