Initializes the new instance of the IntervalAppointmentCollection class.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

See Also