Condividi tramite


Metodo Expr.Value (F#)

Crea un'espressione che rappresenta un valore costante di un tipo particolare.

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Quotations

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

// Signature:
static member Value : obj * Type -> Expr

// Usage:
Expr.Value (value, expressionType)

Parametri

  • value
    Tipo: obj

    Oggetto.

  • expressionType
    Tipo: Type

    Tipo dell'oggetto.

Valore restituito

Espressione risultante.

Piattaforme

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informazioni sulla versione

Versioni della libreria di base F#

Supportato in: 2,0, 4,0, portabile

Vedere anche

Riferimenti

Classe Quotations.Expr (F#)

Spazio dei nomi Microsoft.FSharp.Quotations (F#)