System::Collections::CollectionBase::ListImpl::Insert method
ListImpl::Insert method
在指定索引处向集合插入元素。
void System::Collections::CollectionBase<T>::ListImpl::Insert(int32_t index, const T &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int32_t | 应插入 value 的零基索引。 |
| 值 | const T& | 要插入的元素。 |
另见
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++