[]
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())
Type | Name | Description |
---|---|---|
IHoliday[] | holidays | The array of IHoliday objects to add to the collection. |