ConstructibleMaterializer<(Of <(<'TCommand, TParameter, TResult, TObject>)>)>..::..WithConstructor<(Of <(<'T1, T2, T3, T4, T5, T6, T7, T8, T9>)>)> Method
Appends the indicated constructor onto the materializer.
Namespace:
Tortuga.Chain.MaterializersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ILink<TResult> WithConstructor<T1, T2, T3, T4, T5, T6, T7, T8, T9>()
Public Function WithConstructor(Of T1, T2, T3, T4, T5, T6, T7, T8, T9) As ILink(Of TResult)
public: generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9> ILink<TResult>^ WithConstructor()
Type Parameters
- T1
- The type of the t1.
- T2
- The type of the t2.
- T3
- The type of the t3.
- T4
- The type of the t4.
- T5
- The type of the t5.
- T6
- The type of the t6.
- T7
- The type of the t7.
- T8
- The type of the t8.
- T9
- The type of the t9.