System::Collections::CollectionBase::RemoveAt 方法
CollectionBase::RemoveAt method
移除集合实例中指定索引处的元素。此方法不可被覆盖。
void System::Collections::CollectionBase<T>::RemoveAt(int32_t index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int32_t | 要移除的元素的零基索引。 |
另见
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++