Aracılığıyla paylaş


Expr.PropertyGet yöntemi (F#)

Bir statik özellik okuma temsil eden bir ifade oluşturur

Ad alanı/modül yolu: Microsoft.FSharp.Quotations

Derleme: FSharp.Core (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)

Parametreler

  • property
    Türü:PropertyInfo

    Özelliğin tanımı.

  • indexerArgs
    Type: Exprlist

    İndices Indexed özelliği ise, özellik listesi.

  • obj
    Türü: ifade

    Varsa, 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

Ayrıca bkz.

Başvuru

Quotations.Expr Sınıfı (F#)

Microsoft.FSharp.Quotations İsim Uzayı (F#)