C1.Silverlight.Schedule.5
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.