[]
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
Public Class SchedulerGroupItemCollection
Inherits DeferrableObservableCollection(Of SchedulerGroupItem)
Implements IList(Of SchedulerGroupItem), ICollection(Of SchedulerGroupItem), IList, ICollection, IReadOnlyList(Of SchedulerGroupItem), IReadOnlyCollection(Of SchedulerGroupItem), IEnumerable(Of 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. |