Share via


ExprShape.RebuildShapeCombination Function (F#)

Re-build combination expressions. The first parameter should be an object returned by the ShapeCombination case of the active pattern in this module.

Namespace/Module Path: Microsoft.FSharp.Quotations.ExprShape

Assembly: FSharp.Core (in FSharp.Core.dll)

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

// Usage:
RebuildShapeCombination (shape, arguments)

Parameters

  • shape
    Type: obj

    The input shape.

  • arguments
    Type: Exprlist

    The list of arguments.

Return Value

The rebuilt expression.

Platforms

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

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Quotations.ExprShape Module (F#)

Microsoft.FSharp.Quotations Namespace (F#)