NonGenericList.RemoveAt
NonGenericList.RemoveAt method
删除IList指定索引处的项目.
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的项目的从零开始的索引。 |
也可以看看
- class NonGenericList
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
删除IList指定索引处的项目.
public void RemoveAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 要删除的项目的从零开始的索引。 |