Partager via


FSharpValue.PreComputeUnionTagMemberInfo, méthode (F#)

Génère une propriété ou une méthode statique pour la lecture d'un entier qui représente la balise de 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 PreComputeUnionTagMemberInfo : Type * ?BindingFlags -> MemberInfo

// Usage:
FSharpValue.PreComputeUnionTagMemberInfo (unionType)
FSharpValue.PreComputeUnionTagMemberInfo (unionType, bindingFlags = bindingFlags)

Paramètres

  • unionType
    Type : Type.

    Type d'union à lire.

  • bindingFlags
    Type : BindingFlags

    Indicateurs de liaison facultatifs.

Valeur de retour

La description du lecteur du cas d'union donné en tant qu'objet MemberInfo.

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.FSharpValue, classe (F#)

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