IConstructibleMaterializer<(Of <(<'TResult>)>)>..::..WithConstructor<(Of <(<'T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)>)> 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, T2, T3, T4, T5, T6, T7, T8, T9, T10>()
<SuppressMessageAttribute> _ Function WithConstructor(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) As ILink(Of TResult)
[SuppressMessageAttribute] generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10> ILink<TResult>^ WithConstructor()
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.
- T5
- The type of the 5th constructor parameter.
- T6
- The type of the 6th constructor parameter.
- T7
- The type of the 7th constructor parameter.
- T8
- The type of the 8th constructor parameter.
- T9
- The type of the 9th constructor parameter.
- T10
- The type of the 10th constructor parameter.