System::Array::SetValue 方法
Array::SetValue method
设置指定索引处元素的值。
void System::Array<T>::SetValue(const T &value, int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 对要设置的值的 const 引用 |
| 索引 | int | 元素的索引 |
另见
- Class Array
- Namespace System
- Library Aspose.Font for C++
设置指定索引处元素的值。
void System::Array<T>::SetValue(const T &value, int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | const T& | 对要设置的值的 const 引用 |
| 索引 | int | 元素的索引 |