Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalAppointmentCollection Class / IntervalAppointmentCollection Constructor
The ObservableCollection object.

In This Topic
    IntervalAppointmentCollection Constructor
    In This Topic
    Initializes the new instance of the IntervalAppointmentCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As ObservableCollection(Of IntervalAppointment) _
    )
    public IntervalAppointmentCollection( 
       ObservableCollection<IntervalAppointment> list
    )

    Parameters

    list
    The ObservableCollection object.
    See Also