[]
Adds an array of Appointment objects to the collection. This methods clears collection before adding new items. Don't use it if you want to save previously existed items.
public override void AddRange(Appointment[] items)
Public Overrides Sub AddRange(items As Appointment())
| Type | Name | Description |
|---|---|---|
| Appointment[] | items | An array of Appointment objects. |