[]
        
(Showing Draft Content)

C1.Schedule.AppointmentCollection.AddRange

AddRange Method

AddRange(Appointment[])

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.

Declaration
public override void AddRange(Appointment[] items)
Parameters
Type Name Description
Appointment[] items

An array of Appointment objects.

Overrides