Class CountryCollection
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a collection of the Country.
public class CountryCollection : Collection<Country>, IList<Country>, ICollection<Country>, IReadOnlyList<Country>, IReadOnlyCollection<Country>, IEnumerable<Country>, IList, ICollection, IEnumerable
- Inheritance
-
CountryCollection
- Implements
- Inherited Members
- Extension Methods
Methods
AddRange(IEnumerable<Country>)
Adds range of countries to the collection.
public void AddRange(IEnumerable<Country> countries)
Parameters
countries
IEnumerable<Country>A collection of the Country.