NonGenericList.RemoveAt
NonGenericList.RemoveAt method
移除指定索引处的 IList 项。
public void RemoveAt(int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | Int32 | 要移除的项的零基索引。 |
另请参见
- class NonGenericList
- namespace Aspose.Imaging
- assembly Aspose.Imaging
移除指定索引处的 IList 项。
public void RemoveAt(int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | Int32 | 要移除的项的零基索引。 |