AppointmentCollection.op_Implicit

AppointmentCollection Implicit operator

Converts array of appointments to collection

public static implicit operator AppointmentCollection(Appointment[] appointments)
ParameterTypeDescription
appointmentsAppointment[]Array of appointments to convert

Return Value

Collection of appointments

See Also