Expr.PropertyGet-Methode (F#)
Erstellt einen Ausdruck zum Lesen einer statischen Eigenschaft.
Namespace/Modulpfad: 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)
Parameter
property
Typ: PropertyInfoDie Beschreibung der Eigenschaft.
-
Liste von Indizes für die Eigenschaft, wenn es sich um eine indizierte Eigenschaft handelt.
obj
Typ: ExprDie Objektinstanz, falls zutreffend.
Rückgabewert
Der resultierende Ausdruck.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen