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

ConstructibleMaterializer<(Of <(<'TCommand, TParameter, TResult, TObject>)>)>..::..WithConstructor<(Of <(<'T1, T2, T3>)>)> Method

Appends the indicated constructor onto the materializer.

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

Syntax


public ILink<TResult> WithConstructor<T1, T2, T3>()
Public Function WithConstructor(Of T1, T2, T3) As ILink(Of TResult)
public:
generic<typename T1, typename T2, typename T3>
ILink<TResult>^ WithConstructor()

Type Parameters

T1
The type of the t1.
T2
The type of the t2.
T3
The type of the t3.

Return Value

ILink<TResult>.