[]
Represents a collection of the SchedulerGroupItem objects.
public class SchedulerGroupItemCollection : DeferrableObservableCollection<SchedulerGroupItem>, IList<SchedulerGroupItem>, ICollection<SchedulerGroupItem>, IList, ICollection, IReadOnlyList<SchedulerGroupItem>, IReadOnlyCollection<SchedulerGroupItem>, IEnumerable<SchedulerGroupItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| SchedulerGroupItemCollection() |
| Name | Description |
|---|---|
| this[int] | Gets a SchedulerGroupItem object at the specified index. |
| this[object] | Gets a SchedulerGroupItem object with the specified owner. |