Metodo FSharpFunc.Adapt<'T1,'T2,'T3,'T4,'U> (F#)

Converte un valore di funzione di prima classe F# in un valore di funzione ottimizzato in grado di accettare quattro argomenti sottoposti a currying senza esecuzione interposta.

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core.OptimizedClosures

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

// Signature:
static member FSharpFunc.Adapt : ('T1 -> 'T2 -> 'T3 -> 'T4 -> 'U) -> FSharpFunc<'T1,'T2,'T3,'T4,'U>

// Usage:
FSharpFunc.Adapt (func)

Parametri

  • func
    Tipo: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U

    Funzione di input.

Valore restituito

Funzione ottimizzata.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2.

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

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

Modulo Core.OptimizedClosures (F#)