[]
Represents a collection of the ScheduleGroupItem objects.
public class ScheduleGroupItemCollection : C1ObservableCollection<ScheduleGroupItem>, IList<ScheduleGroupItem>, ICollection<ScheduleGroupItem>, IList, ICollection, IReadOnlyList<ScheduleGroupItem>, IReadOnlyCollection<ScheduleGroupItem>, IEnumerable<ScheduleGroupItem>, IEnumerable, INotifyCollectionChanged
Public Class ScheduleGroupItemCollection
Inherits C1ObservableCollection(Of ScheduleGroupItem)
Implements IList(Of ScheduleGroupItem), ICollection(Of ScheduleGroupItem), IList, ICollection, IReadOnlyList(Of ScheduleGroupItem), IReadOnlyCollection(Of ScheduleGroupItem), IEnumerable(Of ScheduleGroupItem), IEnumerable, INotifyCollectionChanged
| Name | Description |
|---|---|
| ScheduleGroupItemCollection() |
| Name | Description |
|---|---|
| this[int] | Gets a ScheduleGroupItem object at the specified index. |
| this[object] | Gets a ScheduleGroupItem object with the specified owner. |