XpsArray1.RemoveAt

XpsArray<T>.RemoveAt method

从指定位置的数组中删除对象。

public T RemoveAt(int index)
范围类型描述
indexInt32移除对象的位置。

返回值

删除的对象。

也可以看看