System::Collections::Generic::List::RemoveAt method
List::RemoveAt method
移除指定位置的项。
void System::Collections::Generic::List<T>::RemoveAt(int index) override
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 要删除项的索引。 |
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++