Add

NonGenericList.Add method

将项目添加到IList。

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

返回值

插入新元素的位置。

也可以看看