LeafExpressionConverter.SubstHelper<'T> Function (F#)
A runtime helper used to evaluate nested quotation literals.
Namespace/Module Path: Microsoft.FSharp.Linq.RuntimeHelpers.LeafExpressionConverter
Assembly: FSharp.Core (in FSharp.Core.dll)
Syntax
// Signature:
SubstHelper : Expr * Var [] * obj [] -> Expr<'T>
// Usage:
SubstHelper (quotation, vars, objects)
Parameters
quotation Type: Expr
The input quotation.
An array of variables.
An array of object instances to substitute for the variables.
Return Value
The resulting code quotation expression.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable