Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

IConstructibleMaterializer<(Of <(<'TResult>)>)>..::..WithConstructor<(Of <(<'T1, T2, T3>)>)> Method

Appends the indicated constructor onto the materializer.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


[SuppressMessageAttribute]
ILink<TResult> WithConstructor<T1, T2, T3>()
<SuppressMessageAttribute> _
Function WithConstructor(Of T1, T2, T3) As ILink(Of TResult)
[SuppressMessageAttribute]
generic<typename T1, typename T2, typename T3>
ILink<TResult>^ WithConstructor()

Type Parameters

T1
The type of the 1st constructor parameter.
T2
The type of the 2nd constructor parameter.
T3
The type of the 3rd constructor parameter.

Return Value

ILink<TResult>.