[]
The LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.
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