Expr<'T> Type
Type-carrying quoted expressions. Expressions are generated either by quotations in source text or programmatically
Instance members
Instance member |
Description
|
Gets the raw expression associated with this type-carrying expression
Example
Multiple items
namespace Microsoft.FSharp -------------------- namespace FSharp namespace Microsoft.FSharp.Quotations
val expr1: Expr<int>
property Expr.Raw: Expr with get
Evaluates to the same quotation as <@ expr1 @> except with the weaker type Expr instead of Expr<int> .
|