A delegate that gets property value.
Namespace: Dapfor.Wpf.DataAssembly: 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 |