AppointmentCollection

AppointmentCollection class

表示约会对象的集合。

public class AppointmentCollection : List<Appointment>

构造函数

姓名描述
AppointmentCollection()初始化 AppointmentCollection 类的新实例,该实例为空。
AppointmentCollection(IEnumerable<Appointment>)初始化 AppointmentCollection 类的新实例

方法

姓名描述
implicit operator将约会数组转换为集合

也可以看看