op_Implicit

AppointmentCollection Implicit operator

将约会数组转换为集合

public static implicit operator AppointmentCollection(Appointment[] appointments)
范围类型描述
appointmentsAppointment[]要转换的约会数组

返回值

约会集合

也可以看看