Add

NonGenericList.Add method

将一个项目添加到IList .

public int Add(object value)
范围类型描述
valueObject这Object添加到IList.

返回值

插入新元素的位置。

也可以看看