Condividi tramite


Metodo Expr.IfThenElse (F#)

Consente di creare le espressioni if...then...else.

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Quotations

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

// Signature:
static member IfThenElse : Expr * Expr * Expr -> Expr

// Usage:
Expr.IfThenElse (guard, thenExpr, elseExpr)

Parametri

  • guard
    Tipo: Expr

    Espressione della condizione.

  • thenExpr
    Tipo: Expr

    Sottoespressione then.

  • elseExpr
    Tipo: Expr

    Sottoespressione else.

Valore restituito

Espressione risultante.

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 Quotations.Expr (F#)

Spazio dei nomi Microsoft.FSharp.Quotations (F#)