Click or drag to resize

VariantCombinationServiceCrossProductT Method

Namespace:  Dynamicweb.Ecommerce.Variants
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static IEnumerable<IEnumerable<T>> CrossProduct<T>(
	IEnumerable<IEnumerable<T>> sequences
)

Parameters

sequences
Type: System.Collections.GenericIEnumerableIEnumerableT

Type Parameters

T

Return Value

Type: IEnumerableIEnumerableT
See Also