Insert
NonGenericList.Insert method
将项目插入到IList在指定索引处。
public void Insert(int index, object value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入value的从零开始的索引。 |
value | Object | Object插入IList. |
也可以看看
- class NonGenericList
- 命名空间 Aspose.CAD
- 部件 Aspose.CAD
将项目插入到IList在指定索引处。
public void Insert(int index, object value)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入value的从零开始的索引。 |
value | Object | Object插入IList. |