Aracılığıyla paylaş


Expr.IfThenElse Yöntemi (F#)

Oluşturur if...then...else ifadeler.

Ad alanı/modül yolu: Microsoft.FSharp.Quotations

Derleme: FSharp.Core (FSharp.Core.dll),

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

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

Parametreler

  • guard
    Türü: ifade

    Koşul ifadesi.

  • thenExpr
    Türü: ifade

    then Aradığına.

  • elseExpr
    Türü: ifade

    else Aradığına.

Dönüş Değeri

Elde edilen ifade.

Platformlar

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Sürüm Bilgisi

F# Çekirdek Kitaplığı sürümleri

Desteklenen: 2.0, 4.0, Portable

Ayrıca bkz.

Başvuru

Quotations.Expr Sınıfı (F#)

Microsoft.FSharp.Quotations İsim Uzayı (F#)