Partager via


Var.Global, méthode (F#)

Extrait ou crée une variable avec le nom et le type donnés à partir d'un pool global de variables communes indexées par nom et par type.

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

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

// Signature:
static member Global : string * Type -> Var

// Usage:
Var.Global (name, typ)

Paramètres

  • name
    Type : string

    Nom de la variable.

  • typ
    Type : Type.

    Type associé à la variable.

Valeur de retour

Variable récupérée ou créée.

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

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