NonGenericList.Insert

NonGenericList.Insert method

在指定索引处向 IList 插入项。

public void Insert(int index, object value)
参数类型描述
索引Int32应插入 value 的零基索引。
Object要插入到 IList 的 Object。

另请参见