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