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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informations de version

Runtime F#

Pris en charge dans : 2.0, 4.0

Silverlight

Prise en charge dans : 3

Voir aussi

Référence

Reflection.FSharpType, classe (F#)

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