'Declaration
Public Function New( _ ByVal list As ObservableCollection(Of IntervalAppointment) _ )
public IntervalAppointmentCollection( ObservableCollection<IntervalAppointment> list )
Parameters
- list
- The ObservableCollection object.
'Declaration
Public Function New( _ ByVal list As ObservableCollection(Of IntervalAppointment) _ )
public IntervalAppointmentCollection( ObservableCollection<IntervalAppointment> list )