System::Collections::IList::RemoveAt 方法
IList::RemoveAt method
在指定索引处从列表中移除项目。
virtual void System::Collections::IList::RemoveAt(int index)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 要移除项的索引。 |
另见
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++
在指定索引处从列表中移除项目。
virtual void System::Collections::IList::RemoveAt(int index)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 要移除项的索引。 |