Initializes the new instance of the IntervalAppointmentCollection class.
Namespace:
C1.Silverlight.ScheduleAssembly: 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) _ ) |
Parameters
- list
- Type: System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'IntervalAppointment>)>)>
The ObservableCollection<(Of <(<'T>)>)> object.