[]
Replaces the element at the specified index.
protected override void SetItem(int index, CalendarDateRange item)
Protected Overrides Sub SetItem(index As Integer, item As CalendarDateRange)
Type | Name | Description |
---|---|---|
int | index | The zero-based index of the element to replace. |
CalendarDateRange | item | The new value for the element at the specified index. |
Type | Condition |
---|---|
NotSupportedException | The calling thread of this method isn't the thread which initialized current instance. |