NonGenericList.Insert
NonGenericList.Insert method
在指定索引处向 IList 插入项。
public void Insert(int index, object value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | Int32 | 应插入 value 的零基索引。 |
| 值 | Object | 要插入到 IList 的 Object。 |
另请参见
- class NonGenericList
- namespace Aspose.Imaging
- assembly Aspose.Imaging