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