Table of Contents

Class MultiplePriceCollection

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll
Represents a collection of the MultiplePrice.
[Serializable]
[Obsolete("Not in use")]
public class MultiplePriceCollection : Collection<MultiplePrice>, IList<MultiplePrice>, ICollection<MultiplePrice>, IReadOnlyList<MultiplePrice>, IReadOnlyCollection<MultiplePrice>, IEnumerable<MultiplePrice>, IList, ICollection, IEnumerable
Inheritance
MultiplePriceCollection
Implements
Inherited Members
Extension Methods

Properties

this[int]

Gets the element at the specified index.
public MultiplePrice this[int index] { get; }

Parameters

index int

Property Value

MultiplePrice
The element at the specified index.
To top