Partager via


FSharpType.GetUnionCases, méthode (F#)

Obtient les cas d'un type d'union.

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

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

// Signature:
static member GetUnionCases : Type * ?BindingFlags -> UnionCaseInfo []

// Usage:
FSharpType.GetUnionCases (unionType)
FSharpType.GetUnionCases (unionType, bindingFlags = bindingFlags)

Paramètres

  • unionType
    Type : Type.

    Type d'union d'entrée.

  • bindingFlags
    Type : BindingFlags

    Indicateurs de liaison facultatifs.

Exceptions

Exception

Condition

ArgumentException

Levée lorsque le type d'entrée n'est pas un type d'union.

Valeur de retour

Un tableau des descriptions des cas (objets UnionCaseInfo) du type d'union donné.

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

Reflection.FSharpType, classe (F#)

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