Expr.PropertyGet, méthode (F#)
Crée une expression qui représente la lecture d'une propriété statique
Espace de noms/Chemin du module : Microsoft.FSharp.Quotations
Assembly : FSharp.Core (in FSharp.Core.dll)
// Signatures:
static member PropertyGet : PropertyInfo * ?Expr list -> Expr
static member PropertyGet : Expr * PropertyInfo * ?Expr list -> Expr
// Usage:
Expr.PropertyGet (property)
Expr.PropertyGet (property, indexerArgs = indexerArgs)
Expr.PropertyGet (obj, property)
Expr.PropertyGet (obj, property, indexerArgs = indexerArgs)
Paramètres
property
Type : PropertyInfoDescription de la propriété.
-
Liste des index de la propriété s'il s'agit d'une propriété indexée.
obj
Type : ExprL'instance d'objet, le cas échéant.
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