System::Collections::Generic::IDictionary::idx_set 方法
IDictionary::idx_set method
设置函数。
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| 键 | const TKey& | 要查找的键。 |
| 值 | TValue | 要设置到指定键的值。 |
另见
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++