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