Expr.Cast<'T> Method (F#)
Visual Studio 2012
Returns a new typed expression given an underlying runtime-typed expression. A type annotation is usually required to use this function, and using an incorrect type annotation may result in a later runtime exception.
Namespace/Module Path: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: static member Cast : Expr -> Expr<'T> // Usage: Expr.Cast (source)