Holiday Collection(IEnumerableHoliday) Constructor
Construct the collection from an enumerable list of Holiday objects
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public HolidayCollection(
IEnumerable<Holiday> holidays
)VB
Public Sub New (
holidays As IEnumerable(Of Holiday)
)C++
public:
HolidayCollection(
IEnumerable<Holiday^>^ holidays
)F#
new :
holidays : IEnumerable<Holiday> -> HolidayCollectionParameters
- holidays IEnumerableHoliday
- The enumerable list of holidays to add