ComponentOne Scheduler for WPF and Silverlight
IntervalAppointmentCollection Constructor

C1.WPF.Schedule Namespace > IntervalAppointmentCollection Class : IntervalAppointmentCollection Constructor
The System.Collections.ObjectModel.ObservableCollection`1 object.
Initializes the new instance of the IntervalAppointmentCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As System.Collections.ObjectModel.ObservableCollection(Of IntervalAppointment) _
)
public IntervalAppointmentCollection( 
   System.Collections.ObjectModel.ObservableCollection<IntervalAppointment> list
)

Parameters

list
The System.Collections.ObjectModel.ObservableCollection`1 object.
See Also

Reference

IntervalAppointmentCollection Class
IntervalAppointmentCollection Members