A delegate that gets property value.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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