A delegate that gets property value.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public delegate T GetterDelegate()
Visual Basic
Public Delegate Function GetterDelegate As T
Visual C++
public delegate T GetterDelegate()
F#
type GetterDelegate = 
    delegate of unit -> 'T

Return Value

Type: T

See Also