'Declaration
Public Class AppointmentList Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment>
'Declaration
Public Class AppointmentList Inherits System.Collections.ObjectModel.Collection(Of Appointment)
public class AppointmentList : System.Collections.ObjectModel.Collection<Appointment>
System.Object
System.Collections.ObjectModel.Collection<T>
C1.C1Schedule.AppointmentList