System::Collections::ObjectModel::Collection::idx_set 方法
Collection::idx_set method
在指定索引处设置值。
virtual void System::Collections::ObjectModel::Collection<T>::idx_set(int index, T value) override
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 设置值的索引。 |
| 值 | T | 在指定索引处设置的值。 |
另见
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++