System::Collections::CollectionBase::ListImpl::idx_set 方法
ListImpl::idx_set method
设置指定索引处的元素。
void System::Collections::CollectionBase<T>::ListImpl::idx_set(int32_t index, T value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int32_t | 要获取或设置的元素的零基索引。 |
| 值 | T | 要设置的元素。 |
另见
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Font for C++