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 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Quotations.ExprShape Module (F#)

Microsoft.FSharp.Quotations Namespace (F#)