A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fsharp.github.io/fsharp-core-docs/reference/fsharp-quotations-fsharpexpr-1.html below:

Expr<'T> (FSharp.Core) | FSharp.Core

Expr<'T> Type
Namespace: FSharp.Quotations
Assembly: FSharp.Core.dll
Base Type: Expr
Type-carrying quoted expressions. Expressions are generated either
 by quotations in source text or programmatically
Instance members

this.Raw

Full Usage:

this.Raw

Returns: Expr


Gets the raw expression associated with this type-carrying expression

Returns: Expr
 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>.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4