AppointmentCollection

AppointmentCollection()

Инициализирует новый пустой экземпляр класса AppointmentCollection.

public AppointmentCollection()

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


AppointmentCollection(IEnumerable<Appointment>)

Инициализирует новый экземпляр класса AppointmentCollection

public AppointmentCollection(IEnumerable<Appointment> appointments)
ПараметрТипОписание
appointmentsIEnumerable`1Начальное значение

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