Click or drag to resize
DiscountCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public IEnumerator<IDiscount> GetEnumerator()

Return Value

Type: IEnumeratorIDiscount

Implements

IEnumerableTGetEnumerator
See Also