Expr.PropertySet yöntemi (F#)
Bir statik özellik yazıya temsil eden bir ifade oluşturur
Ad alanı/modül yolu: Microsoft.FSharp.Quotations
Derleme: FSharp.Core (FSharp.Core.dll),
// Signatures:
static member PropertySet : PropertyInfo * Expr * ?Expr list -> Expr
static member PropertySet : Expr * PropertyInfo * Expr * ?Expr list -> Expr
// Usage:
Expr.PropertySet (property, value)
Expr.PropertySet (property, value, indexerArgs = indexerArgs)
Expr.PropertySet (obj, property, value)
Expr.PropertySet (obj, property, value, indexerArgs = indexerArgs)
Parametreler
property
Türü:PropertyInfoÖzelliğin tanımı.
value
Türü: ifadeAyarlanacak değer.
-
İndices Indexed özelliği ise, özellik listesi.
obj
Türü: ifadeVarsa, nesne örneği.
Dönüş Değeri
Elde edilen ifade.
Platformlar
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Sürüm Bilgisi
F# Çekirdek Kitaplığı sürümleri
Desteklenen: 2.0, 4.0, Portable