HolidayCollection Constructor

There are two overloads for the constructor

Overload List

HolidayCollection() Default constructor
HolidayCollection(IEnumerable<Holiday>) Construct the collection from an enumerable list of Holiday objects

See Also