[]
Copies the elements of the specified IHoliday array to the end of the collection.
public void AddRange(IHoliday[] holidays)
Public Sub AddRange(holidays As IHoliday())
The array of IHoliday objects to add to the collection.