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 |
---|---|
Gets the raw expression associated with this type-carrying expression |
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable