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