Class AppointmentCollection

AppointmentCollection class

Represents a collection of Appointment objects.

public class AppointmentCollection : List<Appointment>

Constructors

NameDescription
AppointmentCollection()Initializes a new instance of the AppointmentCollection class that is empty.
AppointmentCollection(IEnumerable<Appointment>)Initializes a new instance of the AppointmentCollection class

Methods

NameDescription
implicit operatorConverts array of appointments to collection

See Also