Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
join Class
join Methods
Join Method
Join(T) Method (IEnumerable(IEnumerable(T)))
Join(T) Method (IList(IList(T)))
Join(T) Method (IList(T)[])
Join(T) Method (IEnumerable(T), join.CartesianType)
Join(T1, T2) Method (IEnumerable(T1), IEnumerable(T2))
Join(T) Method (IList(T), join.CartesianType)
Join(T1, T2) Method (IList(T1), IList(T2))
Join(T) Method (IEnumerable(T), Int32, join.CartesianType)
Join(T1, T2, T3) Method (IEnumerable(T1), IEnumerable(T2), IEnumerable(T3))
Join(T) Method (IList(T), Int32, join.CartesianType)
join
Join
T
Method (IEnumerable
IEnumerable
T
)
Get the Cartesian product of multiple
IEnumerable
T
s.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IEnumerable
<T[]>
Join
<T>(
this
IEnumerable
<
IEnumerable
<T>>
this
)
Parameters
this
Type:
System.Collections.Generic
IEnumerable
IEnumerable
T
The
IList
T
of
IEnumerable
T
Type Parameters
T
The type of the
IEnumerable
T
.
Return Value
Type:
IEnumerable
T
The Cartesian product of
this
.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
IEnumerable
T
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
join Class
Join Overload
WhetStone.Looping Namespace