Initializes a new instance of the Getter<(Of <(<'T>)>)> class.

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

Syntax

C#
public Getter(
	Getter<(Of <(<'T>)>)>..::..GetterDelegate getter
)
Visual Basic
Public Sub New ( 
	getter As Getter<(Of <(<'T>)>)>..::..GetterDelegate
)
Visual C++
public:
Getter(
	Getter<(Of <(<'T>)>)>..::..GetterDelegate^ getter
)
F#
new : 
        getter : Getter<(Of <(<'T>)>)>..::..GetterDelegate -> Getter

Parameters

getter
Type: Dapfor.Wpf.Data..::..Getter<(Of <(<'T>)>)>..::..GetterDelegate
The getter.

See Also