System::Collections::Generic::IKVCollection::idx_set 方法
IKVCollection::idx_set method
设置函数。
virtual void System::Collections::Generic::IKVCollection<T>::idx_set(int index, T value) override
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 设置元素的位置索引。 |
| value | T | 要设置到指定元素的值。 |
另见
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++