Initializes the new instance of the IntervalAppointmentCollection class.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public IntervalAppointmentCollection(
	ObservableCollection<IntervalAppointment> list
)
Visual Basic
Public Sub New ( _
	list As ObservableCollection(Of IntervalAppointment) _
)

See Also