共用方式為


DerivedPatterns.AndAlso 現用模式 (F#)

辨識 a && b 形式的運算式。

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

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

// Signature:
( |AndAlso|_| ) : (input:Expr) -> (Expr * Expr) option

參數

  • input
    型別:Expr

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

傳回值

正式傳回型別為 (Expr * Expr) option。 此選項會指出輸入是否產生相符項目。 在模式比對運算式中,一旦比對成功之後,輸入會分解為布林 AND 運算式中包含之兩個子運算式的 Tuple。

備註

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

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0、4.0

Silverlight

支援版本:3

請參閱

參考

Quotations.DerivedPatterns 模組 (F#)

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