Insert

NonGenericList.Insert method

向IList在指定的索引处。

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

也可以看看