System::Collections::Generic::IList::idx_set 方法
IList::idx_set method
设置指定索引处的元素。
virtual void System::Collections::Generic::IList<T>::idx_set(int index, T value)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 要设置的元素索引。 |
| 值 | T | 要设置到所选元素的值。 |
另见
- Class IList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++