[]
The StatusList is a list of Status objects. Only objects existing in the owning StatusCollection object may be added to this list.
public class StatusList : BaseList<Status>, IList<Status>, ICollection<Status>, IList, ICollection, IReadOnlyList<Status>, IReadOnlyCollection<Status>, IEnumerable<Status>, IEnumerable, INotifyCollectionChanged