[]
        
(Showing Draft Content)

C1.Schedule.LabelList

LabelList Class

The LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.

Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class LabelList : BaseList<Label>, IList<Label>, ICollection<Label>, IList, ICollection, IReadOnlyList<Label>, IReadOnlyCollection<Label>, IEnumerable<Label>, IEnumerable, INotifyCollectionChanged

Implements