Quotations.Expr<'T> Class (F#)

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

Namespace/Module Path: Microsoft.FSharp.Quotations

Assembly: FSharp.Core (in FSharp.Core.dll)

type Expr<'T> =
 class
  member this.Raw :  Expr
 end

Remarks

This type is named FSharpExpr in the assembly. If you are accessing the type from a language other than F#, or through reflection, use this name.

Instance Members

Member

Description

Raw

Gets the raw expression associated with this type-carrying expression

Platforms

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Version Information

F# Runtime

Supported in: 2.0, 4.0

Silverlight

Supported in: 3

See Also

Reference

Microsoft.FSharp.Quotations Namespace (F#)