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

IConstructibleMaterializer<(Of <(<'TResult>)>)>..::..WithConstructor Method (array<Type>[]()[][])

Appends the indicated constructor onto the materializer.

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

Syntax


ILink<TResult> WithConstructor(
	params Type[] constructorSignature
)
Function WithConstructor ( _
	ParamArray constructorSignature As Type() _
) As ILink(Of TResult)
ILink<TResult>^ WithConstructor(
	... array<Type^>^ constructorSignature
)

Parameters

constructorSignature
Type: array<Type>[]()[][]
The constructor signature.