[]
        
(Showing Draft Content)

C1.C1Schedule.C1ObservableCollection-1.-ctor

C1ObservableCollection Constructor

C1ObservableCollection()

Initializes a new instance of the C1ObservableCollection<T> class.

Declaration
public C1ObservableCollection()

C1ObservableCollection(IList<T>)

Initializes a new instance of the C1ObservableCollection<T> class.

Declaration
public C1ObservableCollection(IList<T> list)
Parameters
Type Name Description
IList<T> list

The IList<T> list that is wrapped by the new collection.