XpsArray1.Insert
XpsArray<T>.Insert method
在数组的指定位置插入一个新对象。
public T Insert(int index, T obj)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 插入对象的位置。 |
obj | T | 要插入的对象。 |
返回值
插入的对象。
也可以看看
- class XpsArray<T>
- 命名空间 Aspose.Page.XPS.XpsModel
- 部件 Aspose.Page
在数组的指定位置插入一个新对象。
public T Insert(int index, T obj)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 插入对象的位置。 |
obj | T | 要插入的对象。 |
插入的对象。