DiscountCollection Constructor (IEnumerable<IDiscount>) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntaxpublic DiscountCollection(
IEnumerable<IDiscount> discounts
)
Parameters
- discounts
- Type: System.Collections.Generic.IEnumerable<IDiscount>
The collection whose discounts are copied to the new list.
See Also