共用方式為


DerivedPatterns.Bool 現用模式 (F#)

辨識常數布林運算式。

命名空間/模組路徑:Microsoft.FSharp.Quotations.DerivedPatterns

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signature:
( |Bool|_| ) : (input:Expr) -> bool option

參數

  • input
    型別:Expr

    做為比對依據的輸入運算式。

傳回值

比對成功的結果是布林值。

備註

這個函式在 .NET Framework 組件中名為 BoolPattern。如果您是透過 F# 以外的 .NET Framework 語言存取成員,或透過反映存取成員,請使用這個名稱。

平台

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

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Quotations.DerivedPatterns 模組 (F#)

Microsoft.FSharp.Quotations 命名空間 (F#)