[]
        
(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
Public Class LabelList
    Inherits BaseList(Of Label)
    Implements IList(Of Label), ICollection(Of Label), IList, ICollection, IReadOnlyList(Of Label), IReadOnlyCollection(Of Label), IEnumerable(Of Label), IEnumerable, INotifyCollectionChanged

Implements