[]
Inserts an item into the collection at the specified index.
protected override void InsertItem(int index, DateTime item)
Protected Overrides Sub InsertItem(index As Integer, item As Date)
Type | Name | Description |
---|---|---|
int | index | The zero-based index at which item should be inserted. |
DateTime | item | The date to insert. |
This implementation raises the CollectionChanged event.
The item at the index
after this invocation might be different, because this collection will be sorted after operation.