IMasterDetailMaterializer<(Of <(<'TResult>)>)>..::..WithMasterConstructor<(Of <(<'T1, T2, T3, T4>)>)> Method
Appends the indicated constructor onto the master object materializer.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
[SuppressMessageAttribute] IMasterDetailMaterializer<TResult> WithMasterConstructor<T1, T2, T3, T4>()
<SuppressMessageAttribute> _ Function WithMasterConstructor(Of T1, T2, T3, T4) As IMasterDetailMaterializer(Of TResult)
[SuppressMessageAttribute] generic<typename T1, typename T2, typename T3, typename T4> IMasterDetailMaterializer<TResult>^ WithMasterConstructor()
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.
- T4
- The type of the 4th constructor parameter.