Partager via


Expr.NewUnionCase, méthode (F#)

Crée une expression qui représente la création d'une valeur de cas d'union.

Espace de noms/Chemin du module : Microsoft.FSharp.Quotations

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

// Signature:
static member NewUnionCase : UnionCaseInfo * Expr list -> Expr

// Usage:
Expr.NewUnionCase (unionCase, arguments)

Paramètres

  • unionCase
    Type : UnionCaseInfo

    Description du cas d'union.

  • arguments
    Type : Exprlist

    Liste d'arguments pour le cas.

Valeur de retour

Expression résultante.

Plateformes

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

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Quotations.Expr, classe (F#)

Microsoft.FSharp.Quotations, espace de noms (F#)