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

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

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.Net.Data..::..Getter<(Of <(<'T>)>)>..::..GetterDelegate
The getter.

See Also