Header menu logo FSharp.Core

Expr<'T> Type

Type-carrying quoted expressions. Expressions are generated either
 by quotations in source text or programatically

Instance members

Instance member Description

this.Raw

Full Usage: this.Raw

Returns: Expr

Gets the raw expression associated with this type-carrying expression

Returns: Expr
Example

 open FSharp.Quotations

 let expr1 = <@ 1 + 1 @>

 expr1.Raw
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>.

Type something to start searching.