共用方式為


ExprShape.RebuildShapeCombination 函式 (F#)

重建組合運算式。第一個參數應該為此模組中現用模式的 ShapeCombination 案例所傳回的物件。

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

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

// Signature:
RebuildShapeCombination : obj * Expr list -> Expr

// Usage:
RebuildShapeCombination (shape, arguments)

參數

  • shape
    型別:obj

    輸入圖案。

  • arguments
    型別:Exprlist

    引數清單。

傳回值

重建的運算式。

平台

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

版本資訊

F# 核心程式庫版本

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

請參閱

參考

Quotations.ExprShape 模組 (F#)

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