[]
The ResourceList is a list of Resource objects. Only objects existing in the owning ResourceCollection object may be added to this list. Use the ResourceList to associate the set of Resource objects with an Appointment object.
public class ResourceList : BaseList<Resource>, IList<Resource>, ICollection<Resource>, IList, ICollection, IReadOnlyList<Resource>, IReadOnlyCollection<Resource>, IEnumerable<Resource>, IEnumerable, INotifyCollectionChanged