SchedulerObservableCollection<T> Constructors
| Name | Parameters | Description |
|---|---|---|
| SchedulerObservableCollection() | none | Initializes a new instance of the SchedulerObservableCollection<T> class. |
| SchedulerObservableCollection(IEnumerable<T>) | collection | Initializes a new instance of the SchedulerObservableCollection<T> class with specified settings. |
| SchedulerObservableCollection(List<T>) | list | Initializes a new instance of the SchedulerObservableCollection<T> class with specified settings. |
| SchedulerObservableCollection(Int32) | capacity | Initializes a new instance of the SchedulerObservableCollection<T> class with specified settings. |
See Also