[]
Copies the entire HolidayCollection to a compatible one-dimensional array of type IHoliday, starting at the specified zero-based index of the target array.
public void CopyTo(IHoliday[] holidays, int index)
Public Sub CopyTo(holidays As IHoliday(), index As Integer)
Type | Name | Description |
---|---|---|
IHoliday[] | holidays | An array of type IHoliday serving as the destination for the copy action. |
int | index | The zero-based index at which to start placing the copied collection. |