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 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.ExprShape 模块 (F#)

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