XpsArray1.Insert

XpsArray<T>.Insert method

在数组的指定位置插入一个新对象。

public T Insert(int index, T obj)
范围类型描述
indexInt32插入对象的位置。
objT要插入的对象。

返回值

插入的对象。

也可以看看