To the collection set.
Namespace:
Tortuga.Chain.CommandBuilders
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
ILink<Tuple<List<T1>, List<T2>, List<T3>>> ToCollectionSet<T1, T2, T3>()
Function ToCollectionSet(Of T1, T2, T3) As ILink(Of Tuple(Of List(Of T1), List(Of T2), List(Of T3)))
generic<typename T1, typename T2, typename T3>
ILink<Tuple<List<T1>^, List<T2>^, List<T3>^>^>^ ToCollectionSet()
Type Parameters
- T1
- The type of the 1st collection.
- T2
- The type of the 2nd collection.
- T3
- The type of the 3rd collection.
Return Value