AppointmentCollection

AppointmentCollection class

Представляет коллекцию объектов Appointment.

public class AppointmentCollection : List<Appointment>

Конструкторы

ИмяОписание
AppointmentCollection()Инициализирует новый пустой экземпляр класса AppointmentCollection.
AppointmentCollection(IEnumerable<Appointment>)Инициализирует новый экземпляр класса AppointmentCollection

Методы

ИмяОписание
implicit operatorПреобразует массив встреч в collection

Смотрите также