IConstructibleMaterializer<(Of <(<'TResult>)>)>..::..WithConstructor<(Of <(<'T1>)>)> Method
Appends the indicated constructor onto the materializer.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] ILink<TResult> WithConstructor<T1>()
<SuppressMessageAttribute> _ Function WithConstructor(Of T1) As ILink(Of TResult)
[SuppressMessageAttribute] generic<typename T1> ILink<TResult>^ WithConstructor()
Type Parameters
- T1
- The type of the 1st constructor parameter.