Inserts a holiday object in the collection.
Declaration
public void Insert(int index, IHoliday holiday)
Public Sub Insert(index As Integer, holiday As IHoliday)
Parameters
Type |
Name |
Description |
int |
index |
The zero-based index at which holiday is inserted.
|
IHoliday |
holiday |
The object to insert - with the IHoliday interface
implemented.
|