AppointmentCollection.AppointmentCollection

AppointmentCollection()

Initializes a new instance of the AppointmentCollection class that is empty.

public AppointmentCollection()

See Also


AppointmentCollection(IEnumerable<Appointment>)

Initializes a new instance of the AppointmentCollection class

public AppointmentCollection(IEnumerable<Appointment> appointments)
ParameterTypeDescription
appointmentsIEnumerable`1initial value

See Also