NonGenericList.Insert

NonGenericList.Insert method

插入一个项目到IList在指定的索引处.

public void Insert(int index, object value)
范围类型描述
indexInt32从零开始的指数value应该插入。
valueObject这Object插入到IList.

也可以看看