[]
Inserts some items into the collection at the specified index.
protected override void InsertItems(int index, IEnumerable<IHoliday> value)
Protected Overrides Sub InsertItems(index As Integer, value As IEnumerable(Of IHoliday))
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which item should be inserted. |
IEnumerable<IHoliday> | value | A IEnumerable<T> containing the objects to add to the collection. |