Add

EventList.Add method

将项目添加到列表中。

public void Add(CustomerEvent value)
范围类型描述
valueCustomerEvent要添加到列表的对象。

返回值

插入新元素的位置。

也可以看看