Click or drag to resize
ShoppingCartCalculatorCollection Constructor
Instantiates a new ShoppingCartCalculatorCollection with given particular calculators.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public ShoppingCartCalculatorCollection(
	IEnumerable<IShoppingCartCalculator> calculators
)

Parameters

calculators
Type: System.Collections.GenericIEnumerableIShoppingCartCalculator
See Also